- data _null_;
- if lengthn(getoption("SYSIN")) = 0 then
- fullpath= sysget("SAS_EXECFILEPATH");
- else fullpath = getoption("SYSIN");
- call symputx('pgm', fullpath);
- run;
- filename in pipe "type ""&pgm""";
- data _null_;
- infile in;
- retain re;
- if _n_=1 then re=prxparse('/proc +printto +log\=/');
- input;
- if prxmatch(re, lowcase(_infile_)) then put _infile_;
- run;


雷达卡




京公网安备 11010802022788号







