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
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are the parameter we cannot use in procedure?
How can an in-stream dataset be terminated?
What is the function of //jcllib statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
When output dataset space is required, what quantity categories are used?
Differentiate between addressing mode and run mode.
Explain dd statement in jcl?
How would you understand error(execution phase)?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Is there any command to check wether the ps file is in sorted order?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what JCL Procedures?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the use of disp parameter?