File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
);
17
17
18
18
%if %cstutilnobs(_cstDataSetName=work .dirtree_adam)=0 %then %do ;
19
- %put WAR %str (NING): No XPT files to read in directory %sysfunc (pathname (dataadam).;
19
+ %put WAR %str (NING): No SAS dadatsets to read in directory %sysfunc (pathname (dataadam).;
20
20
%end ;
21
21
22
22
59
59
);
60
60
61
61
%if %cstutilnobs(_cstDataSetName=work .dirtree_sdtm)=0 %then %do ;
62
- %put WAR %str (NING): No XPT files to read in directory %sysfunc (pathname (datasdtm).;
62
+ %put WAR %str (NING): No SAS dadatsets to read in directory %sysfunc (pathname (datasdtm).;
63
63
%end ;
64
64
65
65
data _null_ ;
101
101
);
102
102
103
103
%if %cstutilnobs(_cstDataSetName=work .dirtree_send)=0 %then %do ;
104
- %put WAR %str (NING): No XPT files to read in directory %sysfunc (pathname (datasdtm).;
104
+ %put WAR %str (NING): No SAS dadatsets to read in directory %sysfunc (pathname (datasdtm).;
105
105
%end ;
106
106
107
107
data _null_ ;
You can’t perform that action at this time.
0 commit comments