What is RESTART? How is it invoked?

Answer Posted / vimal raj

you can restart your job from a particular step that u may
need. instead of running ur whole job. like uncommenting out
the step in the job card statement.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you understand error(execution phase)?

635


what is use of dcb parameter in dd statement?

778


What is the function of dd name parameter with a 2 part structure; audit.report?

706


What is the syntax of JCL statement?

700


if the submitter of a job wants to inform another user about the job completion, how can it be done?

758






How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

720


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

856


What do you understand by the term job time – out and how can you overcome that?

608


What are the rules employed while naming the steps in a job?

664


How dummy is used in jcl?

651


when can a job time-out occur? How to overcome that?

753


in ways data can be passed to a COBOL program from JCL?

669


What is job control language?

613


what are JCLLIB and STEPLIB in JCL?

682


What is timing concept in mainframe?

1664