How do you designate a comment in JCL?
Answer / guest
The comment statement is //* followed by the comments.
| Is This Answer Correct ? | 30 Yes | 1 No |
what JCL Procedures?
How to ALTER the name of a GDG ?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
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?
Describe the DD statement, its meaning, syntax and keywords?
What is the maximum length of a single line of jcl?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
how do u send return code from cobol to jcl ?
what happens if job falls in loop ? how to resolve it ?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?