Re: SET Tlook (have I messed up?)
Posted by
Andy W on
Jun 30, 2021; 12:53pm
URL: http://spssx-discussion.165.s1.nabble.com/SET-Tlook-have-I-messed-up-tp5740607p5740608.html
FYI if you type in SET into the syntax window and hit F1, it opens up the help menu. All of the above commands are the defaults per the help page for my V26, so no worries.
If you want to change random system settings in macros (sometimes people do this for MXLOOPS for example), use this pattern:
PRESERVE.
SET ....
* Other code.
.
.
.
* At the very end.
RESTORE.