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

fix: avoid uninitialised note

This commit is contained in:
munja
2022-01-26 17:27:08 +01:00
parent 083355fdba
commit e4c027ad51

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);