我对 PROC IML 程序比较陌生。如果可能的话,我想让我的日志完全干净,其中包括显示没有注释的日志和“!”(在这种情况下也是长度?)。我怎样才能消除音符,保持我的 CPU 和性能非常高效?
谢谢您的帮助!!我很感激!.-米歇尔
71 proc iml;
NOTE: IML Ready
72
72 ! varNames={"NACCZMMS" "NACCZLMI" "NACCZLMD" "NACCZDFT" "NACCAGEB"};
73
73 ! use Class2.exercise2;
NOTE: Data file CLASS2.EXERCISE2.DATA is in a format that is native to
another host, or the file encoding does not
match the session encoding. Cross Environment Data Access will be used,
which might require additional CPU
resources and might reduce performance.
74
74 ! read all var varNames into CG;
75
75 ! print CG[c=varNames];
75 ! /*c for colname*/
76 quit;