How can you trap abends in the JCL?
Answers were Sorted based on User's Feedback
Answer / harshal
To Treap A abends we can use If Abend() in jcl.
| Is This Answer Correct ? | 5 Yes | 0 No |
Can we delete the data using IEFBR14 , IEBGENER??
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
How Can we see all generations of a GDG ?
what is SOC4 error?
shall we concordinate two different length dataset in to a new date set.
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
Mention the types of job control statements?
Explain about LMFREE�free data set from its association with data ID
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember