What are the common jcl syntax errors you get?
This is not abends?
Answer / srinivasarao kancheti
sb37 for space not need to allocate yhe data set.
sd37 secondary space is not coded.
se37 increase end-of volume.(generally it occure in pds only )
| Is This Answer Correct ? | 3 Yes | 1 No |
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
hi friends........if u know syntax of IEBEDIT IN JCL
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
What happens if both JOBLIB & STEPLIB is specified ?
i have step1,step2,step3 from where can i start coding cond parameter ?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
What are the valid DSORG values ?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
i need some shortcuts and tso commands can any on ehelp me in these ?
If your job fails at particular step then what would be the return code for next steps