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

What does BD and ID signifies in JO card


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
radhakrishnan82

Active User


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

PostPosted: Thu Mar 31, 2005 3:11 pm
Reply with quote

1.Need detailed information on #JO and #JI.

2.#JO,BD=02098
#JO,ID=001
What does BD and ID signifies in JO card?
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 Apr 08, 2005 2:31 am
Reply with quote

Since no one else has responded to this, it seems that you're going to need to contact the people that administer your job scheduling system.
Back to top
View user's profile Send private message
radhakrishnan82

Active User


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

PostPosted: Fri Apr 08, 2005 5:02 pm
Reply with quote

Superk,

I got the answer for my query.I forget to publish the answer immdtly after I got it.

1)#JO in jcl states that 'n' number of steps can be omitted in the JCL for a specific period.
#JI is the exact opposite.
We shud give #JEND at the end of the last step upto which we need to include or exclude it.

2)BD is before date and ID is schedule id at which the steps in the job will run based on the integer value.Integer value denoting the days.

thanks
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 Apr 08, 2005 5:48 pm
Reply with quote

For everyone's benefit, what scheduling system are these used in (CA-7, TWS, CA-Scheduler, CA-JobTrac, Control-M, etc.)?
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 11, 2005 3:42 pm
Reply with quote

I don't get your question.
Back to top
View user's profile Send private message
srinivas12

New User


Joined: 11 Apr 2005
Posts: 6
Location: hyderabad

PostPosted: Mon Apr 11, 2005 7:33 pm
Reply with quote

Hi,

Can u post a sample JCl which includes
.#JO,BD=02098
#JO,ID=001
Back to top
View user's profile Send private message
radhakrishnan82

Active User


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

PostPosted: Fri Apr 15, 2005 10:38 am
Reply with quote

srinivas12,

The following steps are included in a JCL containing 'n' number of steps:
#JO,BD=02098
//*
//STEP10 EXEC PGM=ICEGENER
//NAME1 DD DSN=ABC.XYZ.NAME1,DISP=OLD
//NAME2 DD DSN=ABC.XYZ.NAME2,DISP=(NEW,CATLG,DELETE)
//SYSIN DD DUMMY
..
//STEP11.............
..
..
..
//STEP15.............
..
..
..
#JEND

First 2 char signifies the year and the next 3 indicates the days.These steps will be executed within the specified date.Once the job crosses the date,then these steps will not be executed.Other steps run asusual. Similarly JO,ID=001 indicates that the step will run on first day of every week.

These are used in CA-7 scheduling system.
Back to top
View user's profile Send private message
V S Amarendra Reddy

Active User


Joined: 13 Sep 2006
Posts: 216
Location: USA

PostPosted: Fri Apr 13, 2007 2:40 pm
Reply with quote

Quote:
First 2 char signifies the year and the next 3 indicates the days.These steps will be executed within the specified date.Once the job crosses the date,then these steps will not be executed.Other steps run asusual. Similarly JO,ID=001 indicates that the step will run on first day of every week

About the thing that you have specified I am not sure about the BD.

But about JO,ID=001 your explanation is not meeting the actual point.

When there is JO,ID=001. Then when ever you run the job with SCHID=001 then from the JO,ID=001 the following steps till the control encounters #JEND statement will be omitted icon_smile.gif .
Back to top
View user's profile Send private message
GiridharanN

New User


Joined: 12 Apr 2007
Posts: 21
Location: Coimbatore

PostPosted: Tue May 15, 2007 5:48 pm
Reply with quote

Can this ID be used as a parm value in my JCL.

I've designed my program to do different processing for different schedule IDs.

So can i pass the ID as a parm to my prog. the prog will act based on this.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts Need suggestion on a sort card DFSORT/ICETOOL 10
No new posts Want to mask Middle 8 Digits of Debit... COBOL Programming 3
No new posts JCL sort card for file creation condi... DFSORT/ICETOOL 4
Search our Forums:

Back to Top