Answer Posted / guest
RESTART is a JOB statement keyword. It is used to restart
the job at a specified step rather than at the beginning.
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what are the types of abends that occur on job failure? And explain the possible causes of these
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the function of //cntl statement?
what is SOC4 error?
whats the diff bw the evaluate also and and?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
In sms datasets, what is the function of the dd mgmtclas keyword?
what is use of disp parameter in dd statement?
Explain dd statement in jcl?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?