Hi Everyone, I would like to know if there is a way to use *LIBL instead of hardcoding a library name in the QSYSObjectPathName ? Instead of QSYSObjectPathName programName = new QSYSObjectPathName("UC_MTO", "TESTPGMCAL","PGM"); QSYSObjectPathName programName = new QSYSObjectPathName("*LIBL", "TESTPGMCAL","PGM");
Unconfigured Ad Widget
Collapse
QSYSObjectPathName
Collapse
X
-
Re:QSYSObjectPathName
Use either a CommandCall object to execute a CHGLIBL command or a ProgramCall object to call a CL program to set your library list. That will change the library list for the QZRCSRVS job associated with your AS400 object. Joe Pluta www.plutabrothers.com
Comment
-
Comment