we're a TSS show but I think if its security related any tracing I can activate 
would help, so far the only think I question is 
at the end of the JES2 PARM DECK my predecessor added a 
$HQ,ALL 
$S 
$HQ,ALL 
I'm wondering if this stopped my test job from hitting the converter 
also, we don't have any WLM resources defined, but I question why the RES 
display in SDSF shows, I know we don't use these resources but could the state 
of the resource (SYSNAME) in RESET cause jobs not to run? 


RESPONSE=SYSC 
IWM038I 10.33.50 WLM DISPLAY 027 
RESOURCE: SYSA 
DESCRIPTION: SYSA resource 
SYSTEM STATE SYSTEM STATE SYSTEM STATE 
SYSA RESET SYSC RESET SYST RESET 


thanks for your help Paul 
Carmen ----- Original Message -----

From: "Paul Feller" <[email protected]> 
To: [email protected] 
Sent: Monday, December 5, 2016 10:27:57 AM 
Subject: Re: new JES2 MAS jobs will not run on member 2 

Carmen, sometimes it just helps to see others definitions. This is the 
definitions we use for a three member MAS. All three members are running z/OS 
2.2. All three members share the same startup parms. I would put in the 
SECURITY=YES just in case there might be a RACF (security) related to the 
job(s). I'm sure everyone has a little different take on how some the parms 
should look. 


MASDEF DORMANCY=(80,500), /* MIN/MAX DORMANCY TIME OC*/ 
HOLD=40, /* MINIMUM HOLD TIME &MINHOLD OC*/ 
LOCKOUT=1000, /* LOCK-OUT WARNING TIME &WARNTIM OC*/ 
OWNMEMB=&SYSNAME, /* SMF ID OF THIS SYSTEM &SID WS*/ 
SHARED=CHECK, /* CHECK FOR SHARED DASD ---(NEW) OC*/ 
SYNCTOL=120, /* SYNCH.TOLERANCE (SEC.) &SYNCTOL OC*/ 
XCFGRPNM=TS00 /* XCF comm group name OC*/ 
MEMBER(3) NAME=TS01 /* TS01 member */ 
MEMBER(4) NAME=TS02 /* TS02 MEMBER */ 
MEMBER(5) NAME=TS03 /* TS03 member */ 
/* */ 
SPOOLDEF BUFSIZE=3992,TGSIZE=36,TGSPACE=(MAX=1856832,WARN=80), 
TRKCELL=3,TGBPERVL=5,FENCE=NO,LARGEDS=ALLOWED, 
DSNAME=SYS1.VALD.HASPACE,SPOOLNUM=64,VOLUME=OSSP 
/* */ 
CKPTDEF CKPT1=(STR=TS00_JES2CKPT), 
NEWCKPT1=(DSN=SYS1.TS00.JESCKPTX,VOLSER=OSS007), 
CKPT2=(DSN=SYS1.TS00.JESCKPT2,VOLSER=OSSCK2,INUSE=YES), 
NEWCKPT2=(DSN=SYS1.TS00.JESCKPTY,VOLSER=OSS005), 
MODE=DUPLEX,DUPLEX=ON,LOGSIZE=1,APPLCOPY=NONE 
/* */ 
/*------------------------------------------------------------------*/ 
/* SECURITY=YES: Provides additional RACF security info related */ 
/* to the $HASP186 message */ 
/* SYMREC=YES: Message $HASP805 is written when a LOGREC symptom */ 
/* record is written */ 
/*------------------------------------------------------------------*/ 
DEBUG SECURITY=YES,SYMREC=YES 



Thanks.. 

Paul Feller 
AGT Mainframe Technical Support 


-----Original Message----- 
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Carmen Vitullo 
Sent: Monday, December 05, 2016 08:13 
To: [email protected] 
Subject: Re: new JES2 MAS jobs will not run on member 2 

Thanks Gerhard - 
Carmen 

----- Original Message ----- 

From: "Gerhard Adam" <[email protected]> 
To: [email protected] 
Sent: Monday, December 5, 2016 8:00:17 AM 
Subject: Re: new JES2 MAS jobs will not run on member 2 

Correct. Those define NJE APPL's ... 

-----Original Message----- 
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Carmen Vitullo 
Sent: Monday, December 5, 2016 5:53 AM 
To: [email protected] 
Subject: Re: new JES2 MAS jobs will not run on member 2 

and along those lines I think my other issue is I don't need 

APPL(LITJES2A) NODE=1 <-- this is member( 1) 
APPL(LITJES2C) NODE=1 <--- this is member(2) 
APPL(LITJES2T) NODE=2 
APPL(A6504JEA) NODE=4 


----- Original Message ----- 

From: "Gerhard Adam" <[email protected]> 
To: [email protected] 
Sent: Monday, December 5, 2016 7:40:12 AM 
Subject: Re: new JES2 MAS jobs will not run on member 2 

I'm sorry, but it seems that you're trying to set up an NJE node but you're 
calling it a MAS. 

A MAS doesn't require anything, except that the SPOOL and CKPT parameters point 
to the same data set. That's it. There's nothing else required. 

All these references to MEMBER and OWNMEMB are NJE definitions. If it's the 
latter you want, then you need a network connection and you need to ensure it 
is started before the systems will recognize each other. 

Adam 

-----Original Message----- 
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Vitullo, Carmen P 
Sent: Sunday, December 4, 2016 2:25 PM 
To: [email protected] 
Subject: Re: new JES2 MAS jobs will not run on member 2 

Easier for this situation to do an IPL, since both systems jes2parms were 
needing change I used a jobparm to direct the job to the correct system, but 
now that you mention this, I really didn't need it since member 2 has only one 
specific class 


Carmen Vitullo 
Lead Systems Programmer 

Arkansas Blue Cross and Blue Shield 
IT Infrastructure Services 
515 West Pershing Blvd. 
North Little Rock, Arkansas 72114 
Office: 501.210.4705 
Cell: 501.514.4266 
[email protected] 
arkansasbluecross.com 





-----Original Message----- 
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Gerhard Adam 
Sent: Sunday, December 04, 2016 3:51 PM 
To: [email protected] 
Subject: Re: new JES2 MAS jobs will not run on member 2 

Not sure what you're doing but a MAS certainly doesn't require an IPL, nor does 
it use the /*JOBPARM statement. If there is an initiator available, it will 
pick up the job. 

Sent from my iPhone 

> On Dec 4, 2016, at 1:13 PM, Vitullo, Carmen P 
> <[email protected]> 
wrote: 
> 
> I just brought 2 systems into a JES2MAS everything looked OK, some fat 
> finger issues, and an IPL and all OK Testing the batch submitting I 
> submit job from member 1 to member 2 using /*JOBPARM S=memb2 Job sits 
> on JES2 queue awaiting conversion - I've tried everything with node 
> and member statements and nothing works If I submit from member 2 the 
> jobs still sits in the input queue, now showing the correct class, Has 
anyone seen this type of issue? my first time bringing 2 systems into a MAS, 
What am I missing ? 
> Thanks 
> 
> 
> 
> Carmen Vitullo 
> Lead Systems Programmer 
> 
> Arkansas Blue Cross and Blue Shield 
> IT Infrastructure Services 
> 515 West Pershing Blvd. 
> North Little Rock, Arkansas 72114 
> Office: 501.210.4705 
> Cell: 501.514.4266 
> [email protected] 
> arkansasbluecross.com 
> 
> 
> 
> IBM-MAIN 
> 
> -- 
> Privacy Information: 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__privacynotice.net&d=DgICaQ&c=9g4MJkl2VjLjS6R4ei18BA&r=eUhu3PeeWy6RTndlJVKembFjFsvwCa8eeU_gm45NyOc&m=Vq71Z99DemDlkDBZiT-J2kOTMS5MfBH7PmejPZOyXhk&s=2thXVZXYWr2EwX7A7-W7G-7p7wWqILOu5nz3gWXj598&e=
>  (data rate charges may 
> apply) or 800-524-2621. 
> 
> -- 
> Privacy Information: 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__privacynotice.net&d=DgICaQ&c=9g4MJkl2VjLjS6R4ei18BA&r=eUhu3PeeWy6RTndlJVKembFjFsvwCa8eeU_gm45NyOc&m=Vq71Z99DemDlkDBZiT-J2kOTMS5MfBH7PmejPZOyXhk&s=2thXVZXYWr2EwX7A7-W7G-7p7wWqILOu5nz3gWXj598&e=
>  (data rate charges may 
> apply) or 800-524-2621. 
> 
> ---------------------------------------------------------------------- 
> 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 

-- 
Privacy Information: 
https://urldefense.proofpoint.com/v2/url?u=http-3A__privacynotice.net&d=DgICaQ&c=9g4MJkl2VjLjS6R4ei18BA&r=eUhu3PeeWy6RTndlJVKembFjFsvwCa8eeU_gm45NyOc&m=Vq71Z99DemDlkDBZiT-J2kOTMS5MfBH7PmejPZOyXhk&s=2thXVZXYWr2EwX7A7-W7G-7p7wWqILOu5nz3gWXj598&e=
 (data rate charges may apply) or 800-524-2621. 

-- 
Privacy Information: 
https://urldefense.proofpoint.com/v2/url?u=http-3A__privacynotice.net&d=DgICaQ&c=9g4MJkl2VjLjS6R4ei18BA&r=eUhu3PeeWy6RTndlJVKembFjFsvwCa8eeU_gm45NyOc&m=Vq71Z99DemDlkDBZiT-J2kOTMS5MfBH7PmejPZOyXhk&s=2thXVZXYWr2EwX7A7-W7G-7p7wWqILOu5nz3gWXj598&e=
 (data rate charges may apply) or 800-524-2621. 

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


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


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


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to