mirror of
https://github.com/sasjs/core.git
synced 2025-12-30 06:00:06 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eb246c543 | ||
| d9954ae777 |
2
all.sas
2
all.sas
@@ -12767,7 +12767,7 @@ data _null_;
|
||||
paramstring=symget('paramstring');
|
||||
put '{"jobDefinitionUri":' joburi ;
|
||||
put ' ,"arguments":{"_contextName":' contextname;
|
||||
put ' "_program":' _program;
|
||||
put ' ,"_program":' _program;
|
||||
if paramstring ne "0" then do;
|
||||
put ' ,' paramstring;
|
||||
end;
|
||||
|
||||
BIN
doxy/favicon.ico
BIN
doxy/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -130,7 +130,7 @@ data _null_;
|
||||
paramstring=symget('paramstring');
|
||||
put '{"jobDefinitionUri":' joburi ;
|
||||
put ' ,"arguments":{"_contextName":' contextname;
|
||||
put ' "_program":' _program;
|
||||
put ' ,"_program":' _program;
|
||||
if paramstring ne "0" then do;
|
||||
put ' ,' paramstring;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user