There are 2 steps in a JCL. If the first step abends due to
system or user abend and the second step has COND specified
as EVEN or ONLY, will this step still be executed inspite
of the abend in the previous step?
Answer Posted / amarnadh reddy
I think the second step will be executed, If the previous
step abend.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Differentiate between the joblib and the steplib statements?
Mention the types of job control statements?
how can you check if a file is empty using jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what happens in conversion stage in job processing?
which parameter is use to declare the name of dataset in dd statement?
What is the syntax of JCL statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain how can return codes be tested before execution of a job step?
How do you access an uncatalogued dataset in a jcl?
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?