|
> Randy wrote: > At this time, I am having to call into the iSeries that was IPL'd and > doing a STRPASTHR to get the boxes to connect. > Randy - Apparently you have these two lines set up to auto-dial. Since you can't use the STRPASTHR command in a batch program like the QSTRUP program, I believe that you can use the STRMOD command to get communications started with each of the remote systems. Example: STRMOD RMTLOCNAME(LOC1) DEV(*LOC) MODE(*NETATR) STRMOD RMTLOCNAME(LOC2) DEV(*LOC) MODE(*NETATR) except use your remote location names instead of LOC1 and LOC2. Also, if you are using specific mode descriptions, you'll need to specify the mode name instead of *NETATR. HTH Steve Landess Austin, Texas (512) 423-0935
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.