1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-14 12:00:05 +00:00

fix: removing WARNINGs from code logic

This commit is contained in:
Allan Bowe
2021-05-03 20:28:48 +03:00
parent 7f2ad5fc66
commit ffd2e135dc
17 changed files with 74 additions and 74 deletions

View File

@@ -125,7 +125,7 @@ data _null_;
when ('
') rec='0D'x;
when ('$' ) rec='$' ;
when ('	') rec='09'x;
otherwise putlog "WARNING: missing value for " entity=;
otherwise putlog "%str(WARN)ING: missing value for " entity=;
end;
rc =fput(fileid, substr(rec,1,1));
rc =fwrite(fileid);