1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-01 23:00:06 +00:00
This commit is contained in:
vrh
2020-09-04 09:51:11 +02:00
parent 33189743cd
commit 578ef26cd5
4 changed files with 6 additions and 0 deletions

View File

@@ -7082,6 +7082,7 @@ data _null_;
when ('
') rec='0A'x; when ('
') rec='0A'x;
when ('
') rec='0D'x; when ('
') rec='0D'x;
when ('$' ) rec='$' ; when ('$' ) rec='$' ;
when ('	') rec='09'x;
otherwise putlog "WARNING: missing value for " entity=; otherwise putlog "WARNING: missing value for " entity=;
end; end;
rc =fput(fileid, substr(rec,1,1)); rc =fput(fileid, substr(rec,1,1));
@@ -7996,6 +7997,7 @@ data _null_;
when ('
') rec='0A'x; when ('
') rec='0A'x;
when ('
') rec='0D'x; when ('
') rec='0D'x;
when ('$' ) rec='$' ; when ('$' ) rec='$' ;
when ('	') rec='09'x;
otherwise putlog "%str(WARN)ING: missing value for " entity=; otherwise putlog "%str(WARN)ING: missing value for " entity=;
end; end;
rc =fput(fileid, substr(rec,1,1)); rc =fput(fileid, substr(rec,1,1));
@@ -8630,6 +8632,7 @@ run;
when ('
') rec='0A'x; when ('
') rec='0A'x;
when ('
') rec='0D'x; when ('
') rec='0D'x;
when ('$' ) rec='$' ; when ('$' ) rec='$' ;
when ('	') rec='09'x;
otherwise putlog "WARNING: missing value for " entity=; otherwise putlog "WARNING: missing value for " entity=;
end; end;
rc =fput(fileid, substr(rec,1,1)); rc =fput(fileid, substr(rec,1,1));

View File

@@ -124,6 +124,7 @@ data _null_;
when ('
') rec='0A'x; when ('
') rec='0A'x;
when ('
') rec='0D'x; when ('
') rec='0D'x;
when ('$' ) rec='$' ; when ('$' ) rec='$' ;
when ('	') rec='09'x;
otherwise putlog "WARNING: missing value for " entity=; otherwise putlog "WARNING: missing value for " entity=;
end; end;
rc =fput(fileid, substr(rec,1,1)); rc =fput(fileid, substr(rec,1,1));

View File

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

View File

@@ -99,6 +99,7 @@ run;
when ('
') rec='0A'x; when ('
') rec='0A'x;
when ('
') rec='0D'x; when ('
') rec='0D'x;
when ('$' ) rec='$' ; when ('$' ) rec='$' ;
when ('	') rec='09'x;
otherwise putlog "WARNING: missing value for " entity=; otherwise putlog "WARNING: missing value for " entity=;
end; end;
rc =fput(fileid, substr(rec,1,1)); rc =fput(fileid, substr(rec,1,1));