How can you trap abends in the JCL?
Answers were Sorted based on User's Feedback
Answer / harshal
To Treap A abends we can use If Abend() in jcl.
| Is This Answer Correct ? | 5 Yes | 0 No |
there are 10 steps in jcl how to execute the steps from step2 to step8 only
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
How to pass the temp dataset form one JOB step to another?
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
mainframe questions like basic&depth
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
How do you submit JCL via a Cobol program?
what is DSN in JCL and what are the parameters to declare the DSN?
Can we change a FB file to VB file in JCL? Please help
after submiting the jcl.how do you know that the job has been completed.