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 |
how can you check if a file is empty using jcl?
If your job fails at particular step then what would be the return code for next steps
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
Why do you want to specify the REGION parameter in a JCL step?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
In DCB, what is LRECL,BLKSIZE,DSORG
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
what is the meaning of 'sysin dd dummy'
What are the 4 fields in dd statement?