-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Line 1496 in 20800d6
arg1 = %trim(mydir) + %trim(mypgm) + x'00'; |
Because dir+pgm will always expand to /libname.LIB/XMLSERVICE.PGM
, and SPAWN_SETJOBNAMEARGV_NP
gets set, this will always make a job of the name XMLSERVICE
when spawning. A user asks if this could be customizeable. My guess is to set argv0 to whatever, but still pass what is currently argv0 as the first parameter to spawn.
Metadata
Metadata
Assignees
Labels
No labels