1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

fix: renegade comma

This commit is contained in:
2021-01-14 16:55:17 +02:00
parent 364dc9f07f
commit d9954ae777
2 changed files with 2 additions and 2 deletions

View File

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