Answer Posted / raghavendra
even previous step terminates abnormally then also next
step will be executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How do you create a temporary dataset?
What is the difference between run mode and addressing mode?
what is the difference between JES3 and JES2?
what is the JCL statement consists of?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of //jcllib statement?
Can I send output of job to my remote device careerride123?
In sms datasets, what is the function of the dd avgrec keyword?
Explain the function of dd disp parameter?
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?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How can a stopped job be started again?
How to pass data to a program that is coded in an exec statement?