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

JCL and Proc Real time problem


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

New User


Joined: 30 Jun 2007
Posts: 39
Location: India

PostPosted: Sat Jul 11, 2009 7:28 pm
Reply with quote

Can someone tell me how to handle the below described scenario.

I have a job, which has 3 steps. In step3 its is executing a Proc (say PROC1).

//AH03T88A JOB 'MYJOB',.....
//STEP01 EXEC....
....
//STEP02 Exec ....
...
// STEP03 EXEC PROC1
.....

Now Proc1 has 5 steps and it has failed in Step4 due to corrupt data. The data is corrected and I need to run the PROC1 from Step4.
How to code that in the JCL?
If I am failing to make this question clear kindly let me know.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Sat Jul 11, 2009 8:07 pm
Reply with quote

You code a RESTART parameter on the JOB card. The syntax is

// .......,RESTART=jobstepname.procstepname

As specified here.
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts C Compile time time stamps Java & MQSeries 10
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top