You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Personally, I think XMLSERVICE is too oriented around compile-time customization. This may have made sense long ago before IBM started shipping it. Since we did start shipping it, we've encouraged users to use that version of XMLSERVICE (all the toolkits default to this version and the Node.js doesn't even let you change it IIRC). This means that options which are compile-time only may as well not even be there.
xmlservice/src/plugipc.rpgle
Line 1496 in 20800d6
Because dir+pgm will always expand to
/libname.LIB/XMLSERVICE.PGM
, andSPAWN_SETJOBNAMEARGV_NP
gets set, this will always make a job of the nameXMLSERVICE
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.The text was updated successfully, but these errors were encountered: