Thank you, sir. -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Ed Jaffe Sent: Monday, February 8, 2021 6:45 PM To: [email protected] Subject: Re: Question about converting JES3 to JES3plex
This message was sent from an external source outside of Western & Southern's network. Do not click links or open attachments unless you recognize the sender and know the contents are safe. ________________________________________________________________________________________________________________________ On 2/8/2021 12:36 PM, Edward Finnell wrote: > Senoir Jaffe should chime in directly... Haha! Okay... Jerry, If you look in your INISH deck, you should see MAIN and MSGROUTE definitions. You simply clone those to define new systems. Here is a three-way JESplex from one of our environments: | * | * PROCESSOR NAME=MVS60 | MAINPROC,NAME=MVS60, /* Normal Global Processor |*/ | SYSTEM=JES3, /* Always a JES3 system |*/ | FIXPAGE=5, /* Five fixed pages |*/ | ID=MVS60, /* Same as system name |*/ | MDEST=M6, /* Message destination |*/ | PRTPAGE=(256,0), /* USAM PBUFs: CSA & AUX |*/ | USRPAGE=4 /* Pages for each open SYSOUT DD |*/ | MSGROUTE,MAIN=MVS60,3=(TAP),5=(TAP) | * | * PROCESSOR NAME=MVS70 | MAINPROC,NAME=MVS70, /* Normal Global Processor |*/ | SYSTEM=JES3, /* Always a JES3 system |*/ | FIXPAGE=5, /* Five fixed pages |*/ | ID=MVS70, /* Same as system name |*/ | MDEST=M7, /* Message destination |*/ | PRTPAGE=(256,0), /* USAM PBUFs: CSA & AUX |*/ | USRPAGE=4 /* Pages for each open SYSOUT DD |*/ | MSGROUTE,MAIN=MVS70,3=(TAP),5=(TAP) | * | * PROCESSOR NAME=MVSA0 | MAINPROC,NAME=MVSA0, /* Normal Global Processor |*/ | SYSTEM=JES3, /* Always a JES3 system |*/ | FIXPAGE=5, /* Five fixed pages |*/ | ID=MVSA0, /* Same as system name |*/ | MDEST=M8, /* Message destination |*/ | PRTPAGE=(256,0), /* USAM PBUFs: CSA & AUX |*/ | USRPAGE=4 /* Pages for each open SYSOUT DD |*/ | MSGROUTE,MAIN=MVSA0,3=(TAP),5=(TAP) That's pretty much it. Later, you can define redundant servers (e.g., CIFSS and NETSERV), NJE lines, etc. on each system if you choose to do so. -- Phoenix Software International Edward E. Jaffe 831 Parkview Drive North El Segundo, CA 90245 https://www.phoenixsoftware.com/ -------------------------------------------------------------------------------- This e-mail message, including any attachments, appended messages and the information contained therein, is for the sole use of the intended recipient(s). If you are not an intended recipient or have otherwise received this email message in error, any use, dissemination, distribution, review, storage or copying of this e-mail message and the information contained therein is strictly prohibited. If you are not an intended recipient, please contact the sender by reply e-mail and destroy all copies of this email message and do not otherwise utilize or retain this email message or any or all of the information contained therein. Although this email message and any attachments or appended messages are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by the sender for any loss or damage arising in any way from its opening or use. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
