mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 01:20:05 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
825c97c49c | ||
|
|
f301899269 | ||
|
|
fc81f62d2f |
1
all.sas
1
all.sas
@@ -1678,6 +1678,7 @@ Usage:
|
|||||||
sysuserid=symget('sysuserid');
|
sysuserid=symget('sysuserid');
|
||||||
iftrue=symget('iftrue');
|
iftrue=symget('iftrue');
|
||||||
put (_all_)(/=);
|
put (_all_)(/=);
|
||||||
|
call symputx('syscc',0);
|
||||||
abort cancel nolist;
|
abort cancel nolist;
|
||||||
run;
|
run;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
@@ -165,6 +165,7 @@
|
|||||||
sysuserid=symget('sysuserid');
|
sysuserid=symget('sysuserid');
|
||||||
iftrue=symget('iftrue');
|
iftrue=symget('iftrue');
|
||||||
put (_all_)(/=);
|
put (_all_)(/=);
|
||||||
|
call symputx('syscc',0);
|
||||||
abort cancel nolist;
|
abort cancel nolist;
|
||||||
run;
|
run;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
"docs": "sasjs doc && ./sasjs/utils/build.sh",
|
"docs": "sasjs doc && ./sasjs/utils/build.sh",
|
||||||
"test": "sasjs test -t viya",
|
"test": "sasjs test -t viya",
|
||||||
"lint": "sasjs lint",
|
"lint": "sasjs lint",
|
||||||
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
|
"prepare": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sasjs/cli": "2.27.0"
|
"@sasjs/cli": "2.27.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user