What statement marks the end of an in-stream or catalogued procedure?
what is d/f b/w sysout & sysprint
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
What is condition checking in jcl? Is this possible?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
Explain the function of job statement in jcl?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
how can you check if a file is empty using jcl?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
how JCL works?
what is the function of spool command?