Hi
I can correctly call a program using
ProgramCall Call = new ProgramCall(Host, pgmPath, params);
the pgmPath is "/QSYS.LIB/CUSTOMLIB.LIB/PGMTOEX.PGM"
Is there a way to call the pgm "PGMTOEX.PGM" without specifying the library where the program is? Obviously I will have to call ADDLIBLE on the Host connection BEFORE executing the PGM in order to set the library list in which the host has to search the PGM.
Thanks for the feedback
Kind regards
Hi,
ProgramCall does not support to call the pgm without specifying the library and unfortunately,as I know, there is no any way to support to call a pgm without specifying the library.