List some valid operation codes in JCL
Answers were Sorted based on User's Feedback
Answer / balesh
//JOB_NAME JOB '123' CLASS=Q,MSGLEVEL=(0,1)
//STEP1 EXEC PGM='ADDPGM'
//DD_NAME DD=PATH
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
i have a string of 80 chars i want to replace 4th char with "a"?
What are hierarchy levels in jcl?
Is it possible to left uncode disp? If yes, how?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is the function of job statement in jcl?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
how to skip the steps in JCl
How to pass the temp dataset form one JOB step to another?