MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What is #JI,ID=1 supposed to mean in a JCL?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
gore
Beginner


Joined: 10 Dec 2002
Posts: 46
Topics: 20
Location: Providence, RI

PostPosted: Wed Aug 27, 2003 1:28 am    Post subject: What is #JI,ID=1 supposed to mean in a JCL? Reply with quote

I have a JCL containig following lines. Please refer to the second statement of the code, any idea what it does?

Code:
//*****************************************************
#JI,ID=1
//STEP02  EXEC NAJ083,

_________________
Gore
Back to top
View user's profile Send private message
gore
Beginner


Joined: 10 Dec 2002
Posts: 46
Topics: 20
Location: Providence, RI

PostPosted: Wed Aug 27, 2003 2:43 am    Post subject: Reply with quote

Dear all,
I have found out the answer. Here is the description of the same.
The code in question was:
#JI,ID=1
//STEP02 EXEC NAJ083,
// NAP186=NAP186SV,NAP186L='SYS2.PCIMPL.LINKLIB',
//* other job statements
#JI,ID=2
//STEP02 EXEC NAJ083,
//* other job statements
#JI,ID=3
//STEP02 EXEC NAJ083,
//* other job statements
#JEND
//*** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **
Now as you can all see that STEP02 is being executed based on the value of ID parameter. Now what does #JI do?

The answer is:
'#JI' is a CA7 thing, so that the JCL between the #'s executes when the job is run with Schedule ID = 1. Unless your JCL scanners have exits to handle this stuff, it'll probably appear to be a JCL error, but would execute properly through CA7. CA7 as you must be knowing is a job scheduling tool in mainframes.
_________________
Gore
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group