IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Regarding CA-7 #JI,SID and #JO,SID Variables


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
brlsubbu

New User


Joined: 10 Mar 2006
Posts: 2
Location: New Jersey

PostPosted: Fri Mar 31, 2006 10:35 pm
Reply with quote

Hi,

Can you please assist me on this.

I have a job in which I have the following statements, please explain what is this referring to?

Code:

//WPI500P  EXEC WPI500P,S='P.',         
#JI,SID=51                             
#JO,SID=(50,52,54)                     
//**************************************
//*                                     
//*   SORT CARDS FOR JANUARY RUN       
//*                                     
//**************************************
//         WPISRT1='WPISRT11',         
//         WPISRT2='WPISRT12',         
#JI,SID=52                             
#JO,SID=(50,51,54)                     
//**************************************
//*                                     
//*   SORT CARDS FOR MARCH RUN         
//*                                     
//**************************************
//         WPISRT1='WPISRT09',         
//         WPISRT2='WPISRT10',         
#JEND                                   
//**************************************
//*                                     
//*   JOB RUNS ONLY IN JANUARY AND MARCH
//*                                     
//**************************************
//         CLASS='*,OUTPUT=*.ASUPS'     


Subbu.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Mar 31, 2006 10:41 pm
Reply with quote

They're job scheduler variables. Hopefully someone familiar with CA-7 can explain them in more detail.
Back to top
View user's profile Send private message
brlsubbu

New User


Joined: 10 Mar 2006
Posts: 2
Location: New Jersey

PostPosted: Sat Apr 01, 2006 1:14 am
Reply with quote

I'm getting PREP errors when I'm moving this JCL to Endevor.
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Mon Apr 03, 2006 4:56 pm
Reply with quote

Subbu,

Code:
#JI,SID=51                           

-- Indicates that the job step will be included for the schedule id 51.
51 indicates -- last week first day(last Monday of the fiscal month)
It runs only on last Monday of the fiscal month.
(In some shops,51 indicates last Sunday of the current fiscal month.Pls check out with your shop)

Code:
#JO,SID=(50,52,54)


-- Indicates that the job step will not run (omitted) for the schedule id's 51,52,54 (last Monday,Tuesday and Thursday of the fiscal month)

Hope this helps.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts JCL with variables JCL & VSAM 1
No new posts JCL Variables JCL & VSAM 1
No new posts reset/clear ALL application profile v... TSO/ISPF 3
No new posts REXX - Adding variables CLIST & REXX 8
No new posts using based or defined variables PL/I & Assembler 2
Search our Forums:

Back to Top