I didn't notice anyone advocating this option. I have used this in the past to tailor HASJES2 for a specific lpar. Add this to the common HASJES2 member to pick up the system specific options.
Make a null member for any &SYSNAME that doesn't need anything extra. Alan /********************************************************************/ /********** SYSTEM SPECIFIC PARMS *********************/ /********************************************************************/ INCLUDE PARMLIB_MEMBER=HAS&SYSNAME -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jesse 1 Robinson Sent: Thursday, August 11, 2016 1:04 PM To: [email protected] Subject: Specifying JES2 initialization parameters I need to specify some JES2 NJE-related parameters differently for each member. JES2 PARMLIB is shared. Parameters that I need for one member do not work for others. I would like to use one common set of parms plus a set of parms for the one member that actually engages in NJE. I find this in Init and Tuning Guide: "Initialization statements can be specified by the input source in any order. Parameters can also be specified in any order. When a statement or parameter is specified, that value is used until that statement or parameter is specified again. That is, if the same parameter occurs more than once or if the same parameter occurs more than once for a statement, JES2 will use the value of the last one it reads." What I want to do is define for example NJEDEF for all members with common parameters, then add CONNECT=YES just for one member. Will this work in concatenation? For all members: NJEDEF JRNUM=2,JTNUM=2,SRNUM=5,STNUM=5,PATH=8,LINENUM=15,NODENUM=311,OWNNODE=27,MAILMSG=YES For NJE member only: NJEDEF CONNECT=YES P.S. I know this should go to JES2-L, but I can't get subscribed there. . . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-302-7535 Office [email protected]<mailto:[email protected]> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the named addressee you must not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
