In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Is condition checking possible in jcl? If yes, how?
what are the technical terms for // /* in jcl
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How can we see data in TEMPARARY DATA SET in JCL ?
How can the submitting users racf authority be overridden in a job stream?
what is the purpose of coding class parameter in job statement?
What does the one advantange of using IEBUPDTE?????
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
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?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??