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

How to execute only even step numbers in a Job.


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sairam_12_06

New User


Joined: 05 Apr 2006
Posts: 2

PostPosted: Wed Apr 12, 2006 1:50 am
Reply with quote

How to execute only even step numbers in a Job. suggest the jcl for it.

Title changed from "jcl" to "How to execute only even step numbers in a Job." : Priyesh.
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Wed Apr 12, 2006 2:16 am
Reply with quote

sairam_12_06,

Code:

//YOURIDXX JOB (ACCNT,ROOM),PROGRAMMER,                           
//      MSGCLASS=Y,NOTIFY=YOURID,RESTART=(JS00100.PS00200)     
//EXECEVEN  PROC                                               
//PS00100  EXEC PGM=IEFBR14                                   
//PS00200  EXEC PGM=IEFBR14                                   
//PS00300  EXEC PGM=IEFBR14                                   
//PS00400  EXEC PGM=IEFBR14                                   
//PS00500  EXEC PGM=IEFBR14                                   
//PS00600  EXEC PGM=IEFBR14                                   
//PS00700  EXEC PGM=IEFBR14                                   
//PS00800  EXEC PGM=IEFBR14                                   
//PS00900  EXEC PGM=IEFBR14                                   
//PS01000  EXEC PGM=IEFBR14                                   
//PS01100  EXEC PGM=IEFBR14                                   
//  PEND     
//JS00100  EXEC EXECEVEN,         
//         COND.PS00300=(0,LE), 
//         COND.PS00500=(0,LE), 
//         COND.PS00700=(0,LE), 
//         COND.PS00900=(0,LE), 
//         COND.PS01100=(0,LE)   
//   


Dave
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
Search our Forums:

Back to Top