Valid in: | Configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Categories: | Environment Control: ENVFILES
Macro: MACRO |
PROC OPTIONS GROUP= | ENVFILES
MACRO |
Default: | SASAUTOS |
z/OS specifics: | file-specification |
See: | SAS Macro Language: Reference |
open_ed-1047
encoding
and one library has the open_ed-1143
encoding. FILENAME XYG1 'SASPROD.XYG1.AUTOCALL.SAS' ENCODING='open_ed-1047'; FILENAME mymacro 'USERID.AUTOCALL.SAS' ENCODING='open_ed-1143'; OPTIONS SASAUTOS=(mymacro, XYG1, SASAUTOS);