When we give TYPERUN = SCAN , what are the syntax errors we
get?
Answers were Sorted based on User's Feedback
Answer / khader
invalid key words, illegal characters and incorrect use of
paranthesis
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sowmya
To check for any syntax errors we give typrun=scan in the
jobcard of that job.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / guest
It will check for the JCL Syntax errors and whether the
given Datasets,libraries are present.
| Is This Answer Correct ? | 5 Yes | 4 No |
How to copy VSAM files without using REPRO
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?
Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?
How to change default PROCLIB?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
Explain the function of job statement in jcl?
how you will define a temporary dataset in jcl?
How to rename a VSAM file as well as it's index file?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.