Hi,
Please clear me
when COND=ONLY and COND=EVEN. Explain me with example.
Answer Posted / suresh ramaiyan
COND=ONLY
if you mentioned this option in a step, that particular step will execute ONLY when there is an ABEND.
COND=EVEN
this particular step will execute either ABEND or not.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Explain the purpose of dd dummy statement?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
can any one plzzzzzz tell the jcl code for creating ps using idcams
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Is it possible to left uncode disp? If yes, how?
What are the jcl procedures?
i want to store 20 digits . how will u do it in cobol ?
what is the use of IEBGENER utility?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What do you understand by jcl?
a dd statement has 2 types of parameters. Name them?
when can a job time-out occur? How to overcome that?
How can an in-stream dataset be terminated?