what is the restart?hopw it is invoked?
Answer / o
which job step u want ti execurte first, there u wtiten the
retsrt commands.
//jobname job restart=stepname...
| Is This Answer Correct ? | 4 Yes | 0 No |
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
How do you access a file that had a disposition of KEEP?
How can you trap abends in the JCL?
What is the purpose of disp parameter?
SORT card to eliminate duplicity.
is step name is compulsory in jcl ?
Can we have a JOBSTEP without any EXEC ?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
How to identify in JCL that an input file is empty without reading it?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?