|
Hello everybody! I had to create interactive subsystem that grabs all devices which name starts with a string PCKATOxx. "xx" is a combination of characters eg. PCKATO12, PCKATOAP. I did it using following commands: CRTSBSD SBSD(QGPL/MYINTER) POOLS((1 *BASE) (2 *INTERACT)) AUT(*USE) TEXT(?WILK Interactive Subsystem?) CRTJOBD JOBD(QGPL/MYINTER) RTGDTA(QCMDI) LOG(4 0 *NOLIST) TEXT(?WILK Interactive Subsystem Job Description?) CRTJOBQ JOBQ(QGPL/MYINTER) TEXT(?WILK Interactive Subsystem Job Queue?) ADDJOBQE SBSD(QGPL/MYINTER) JOBQ(QGPL/MYINTER) MAXACT(*NOMAX) ADDCMNE SBSD(QGPL/MYINTER) DEV(PCKATO*) CRTCLS CLS(QGPL/MYINTER) RUNPTY(20) TIMESLICE(2000) DFTWAIT(30) TEXT(?WILK Interactive Subsystem Class?) ADDRTGE SBSD(QGPL/MYINTER) SEQNBR(9999) CMPVAL(*ANY) PGM(QSYS/QCMD) POOLID(2) CLS(QGPL/MYINTER) STRSBS SBSD(QGPL/MYINTER) Unfortunately it doesn't grap devices PCKATOXX. Should I use following command to map the system do interesting devices: ADDWSE SBSD(QGPL/MYINTER) WRKSTN(PCKATO*) ? Do I need to modify any of QINTER subsystem paramters? If yes please tell me. I will be very gratefull for any suggestions and help. Thank you in advance. Best Regards. Marcin Wilk
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.