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

Is there anything called external restart in JCL


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

New User


Joined: 20 Jul 2006
Posts: 12

PostPosted: Tue Oct 31, 2006 4:17 pm
Reply with quote

Hi,
Is there anything called external restart in JCL
If so then please tell me somthing about this.



Thnx in advance
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Oct 31, 2006 4:53 pm
Reply with quote

Hi !

Do you mean the restart-parameter within a jcl ?

Or do you mean the automatic-restart option in OPC ?

Regards, UmeySan
Back to top
View user's profile Send private message
dream4deepak

New User


Joined: 20 Jul 2006
Posts: 12

PostPosted: Tue Oct 31, 2006 5:11 pm
Reply with quote

can u tell me about both wht u hav mentioned above...what is that and whts theit functionality
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Oct 31, 2006 6:42 pm
Reply with quote

Hi !


Restart Parameter within JCL (nanually)

Think of a nomal Job including 3 Steps

//Job
//Step01 ...
//Step02 ...
//Step03

Now, if Step03 is using an output file of Step02 and is canceling in fact of something, you can correct the programm and do a Job-Restart only with
performing Step03. Therefor you have to edit and then submit the jcl.

//Job ... RESTART=STEP03

Automatic-Restart by an Job Scheduling System
(...like OPC ore something else)

Herein the Jobs are part of a daily schedule which includes all batch jobs
which have to run in a specific order for a day. Depending on the scheduleing system it's possible to automatic do a jobsubmission of a restart or recovery job if a production job is canceling. So you could define to ervery sensitive job a adequate error-handling.

Regards, UmeySan
Back to top
View user's profile Send private message
dream4deepak

New User


Joined: 20 Jul 2006
Posts: 12

PostPosted: Tue Oct 31, 2006 7:38 pm
Reply with quote

Thnx UmeySen
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Tue Oct 31, 2006 8:09 pm
Reply with quote

@dream4deepak

No matter, youre wellcome

Regards, UmeySan (...with "a" in San please)
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 how to use Tso outtrap external function All Other Mainframe Topics 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
No new posts Intertest Batch issue with called ass... COBOL Programming 4
No new posts IMS Restart Failure IMS DB/DC 4
No new posts Restart logic by using cursor name in... DB2 1
Search our Forums:

Back to Top