1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +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

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