My question is whether a parameter like NJEDEF can be specified more than once 
with different keywords such that JES2 honors the 'sum' of the keywords 
encountered. 

.
.
.
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]


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of John McKown
Sent: Thursday, August 11, 2016 11:22 AM
To: [email protected]
Subject: (External):Re: Specifying JES2 initialization parameters

On Thu, Aug 11, 2016 at 1:03 PM, Jesse 1 Robinson <[email protected]>
wrote:

> 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
>

​I use the JES2 INCLUDE directive.
ref:
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.hasa400/include.htm

Example, in SYS1.PARMLIB(JES2PARM)

* COMMON JES2 PARAMETERS
INCLUDE​

​MEMBER=JES2&SYSNAME​ * INCLUDE SYSTEM SPECIFIC PARMS

Example in book:
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.hasa400/has2u60025.htm



--
Klein bottle for rent -- inquire within.

Maranatha! <><
John McKown

----------------------------------------------------------------------
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

Reply via email to