wt will happen to the step of a job if u code COND=ONLY
Answer Posted / vinay sonar
//STEP2 DD PGM=IEBGENER,COND=ONLY
it means execute that step only if previous step abends
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the difference between JES3 and JES2?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is timing concept in mainframe?
Is automatic restart possible in jcl? If yes, how?
How would you understand error(execution phase)?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are hierarchy levels in jcl?
What are the utility programs in jcl?
How jcl is used for testing batch programs?
Where can program checkpoints be stored for use in a restart?
Explain the purpose of the dd keylen parameter?
What is Cataloged Procedures?
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
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain how can the attributes of one sms dataset be copied to another dataset?