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

HOW to restart a step in a JCL for PROC inside a PROC


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sangiah

New User


Joined: 10 Jun 2005
Posts: 62

PostPosted: Sat Jun 11, 2005 8:59 am
Reply with quote

How to restart PROCB.STEP0010 in below job


//JOB
//STEP0010 EXEC PROCA


PROCA

STEP0010 EXEC PGM=PGm1

STEP0020 EXEC PROC B

END PROCA

PROCB

STEP0010 EXEC PGM=PGM4
STEP0020 EXEC PGM=PGM5

END PROCB
Back to top
View user's profile Send private message
sasi.palani

New User


Joined: 01 Jun 2005
Posts: 14

PostPosted: Sat Jun 11, 2005 10:31 am
Reply with quote

just code stepname which invokes the procb and step name u want to execute in ur job card


example

//JOB RESTART=STEP0020.STEP0010
//STEP0010 EXEC PROCA
//STEP0020 EXEC PROCB
Back to top
View user's profile Send private message
sasi.palani

New User


Joined: 01 Jun 2005
Posts: 14

PostPosted: Sat Jun 11, 2005 10:36 am
Reply with quote

And more over u cant execute a proc inside a proc it may me supported in VM , to avoid using proc indide a proc control cards used inside a aproc.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
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
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts calling a JCl inside a JCL JCL & VSAM 3
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
Search our Forums:

Back to Top