ask sas to remember sas explorer column size change permanently
ask sas to remember sas explorer column size change permanently
SAS Explorer window allows user to change column size. For eg, set type, size and path to 0 so that modified is all that is displayed. How do I get SAS to remember this from session to session? Windows 10 pro 64bit SAS 9.4.m3 64bit.
I have a vague recollection of a command like wdlgsave, but this doesn't do it and doesn't issue an error in the log.
This does not do what I want. I want it remembered from one sas session to the next.
– monei011
Feb 16 '16 at 5:08
wpgmsave perhaps? When you start SAS, do you get a note that session changes will not be saved?– DomPazz
Feb 16 '16 at 13:45
wpgmsave
1 Answer
1
When you're in SAS Explorer, go into Tools > Options > Explorer > General, and under miscellaneous, select Remember Column Widths.
Tools > Options > Explorer > General,
miscellaneous
Remember Column Widths
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
sas online help for explorer window says ... Table sizes include the number of rows and columns in parenthesis. By default, member details are not displayed and column widths are not remembered. 1. With the Explorer window active, select Toolsthen selectOptionsthen selectExplorer or use the DMEXPOPTS command. 2. On the General tab, select Member Details. You can also select Remember Column Widths in the Miscellaneous section. 3. Click OK to make your changes effective immediately.
– monei011
Feb 16 '16 at 5:07