1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 09:00:06 +00:00

feat: mp_appendfile macro for appending 2 or more files together

This commit is contained in:
Allan Bowe
2021-09-27 11:46:19 +01:00
parent dae03c5730
commit 52dfa7b8f7
4 changed files with 156 additions and 2 deletions

View File

@@ -208,7 +208,7 @@
%if "&sysprocessmode " = "SAS Stored Process Server " %then %do;
data _null_;
putlog 'stpsrvset program error and syscc';
putlog 'stpsrvset program err and syscc';
rc=stpsrvset('program error', 0);
call symputx("syscc",0,"g");
run;