What is RESTART? How is it invoked?

Answer Posted / prince. k.

restart is to begin a job from the normal posion of the job
for exaple there was a proble durig my job time and i need
to restart again so that the job will be normal

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in execution stage?

698


What parameter of the job statement is used to limit the cpu time consumed by the job?

840


In sms datasets, what is the function of the dd mgmtclas keyword?

863


In job processing, what happens in conversion stage?

743


what is DSN in JCL and what are the parameters to declare the DSN?

720






What are the parameter we cannot use in procedure?

640


how can the same proc be re-used and called by many jobs?

912


How to run cobol program using jcl?

652


Is automatic restart possible in jcl? If yes, how?

657


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

605


Are there any set of rules for the names of the steps used in a job?

637


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

854


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

833


which parameter is used to check the syntax of a jcl without executing it?

798


Explain how can the submitting users racf authority be overridden in a job stream?

672