|
PHIL HALL @ SSA 05/12/97 09:49 AM >> We run TCP/IP in our shop, and I want to modify one of the subsystems >> (QCTL or QBATCH) to automatically start TCP/IP when the subsystem is >> started. Actually, I will put it with QCMN, since they are more related. >> >> Anyone know how I can go about this? >> >> Rob Moore Rob, two methods could be used; 1. changing the IPL startup-pgm (SYSVAL QSTRUPPGM) 2. Adding a Autostart job entry in the subsystem of choice To do these; 1. DSPSYSVAL QSTRUPPGM - note the name/lib of the pgm RTVCLSRC PGM(lib/name) SRCFILE(lib/filename) edit the source ie add the STRTCP compile the source next IPL will start TCP. 2. Create a jobd with the request data of STRTCP called, say, TCPIPJD in MYLIB. ADDAJE SBSD(QCMN) JOB(GOTCPIP) JOBD(MYLIB/TCPIPJD) next time the subsystem is ended & restarted, the jobd request data will be executed. Hope this helps Phil. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This is the RPG/400 Discussion Mailing List! To submit a new * * message, send your mail to "RPG400-L@midrange.com". To unsubscribe * * from this list send email to MAJORDOMO@midrange.com and specify * * 'unsubscribe RPG400-L' in the body of your message. Questions should * * be directed to the list owner / operator: david@midrange.com * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
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.