1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

Merge pull request #47 from sasjs/fixnot

fix: avoid uninitialised note
This commit is contained in:
Allan Bowe
2022-01-26 18:30:21 +02:00
committed by GitHub

View File

@@ -158,6 +158,7 @@ const autoExecContent = `
data _null_;
/* remove the dummy SYSIN */
length fname $8;
call missing(fname);
rc=filename(fname,getoption('SYSIN') );
if rc = 0 and fexist(fname) then rc=fdelete(fname);
rc=filename(fname);