What is COND=ONLY ?
Answers were Sorted based on User's Feedback
Answer / guest
Means execute this step only if any of the previous steps,
terminated abnormally.
| Is This Answer Correct ? | 45 Yes | 2 No |
Answer / nanu
Means execute this stape when just previous(not any
previous) step will terminated abnormaly.
| Is This Answer Correct ? | 5 Yes | 8 No |
How many instream we can write in single jcl?
What are three parameters you can specify on Job statement as well as on exec stmt ?
What is the error code SOC01 indicate ?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How to pass data to a program that is coded in an exec statement?
wht happens if blksize = 0 and lrec = 0 ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is mainframe?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?