Skip to content

Commit 6c6c0d8

Browse files
committed
Fix typo
1 parent 759c2f4 commit 6c6c0d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programs/04_write_datasetjson.sas

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
);
1717

1818
%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).;
2020
%end;
2121

2222

@@ -59,7 +59,7 @@ run;
5959
);
6060

6161
%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).;
6363
%end;
6464

6565
data _null_;
@@ -101,7 +101,7 @@ run;
101101
);
102102

103103
%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).;
105105
%end;
106106

107107
data _null_;

0 commit comments

Comments
 (0)