Is condition checking possible in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
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
Name what parameter directs the output of the job log dataset?
how to convert a file form fixed Length to variable length?
Please give me the coding for converting VB to FB and FB to VB
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
How can values be passed from the job stream to an executable program?
How to create delta file using JCL
wht happens if blksize = 0 and lrec = 0 ?
Explain how can values be passed from the job stream to an executable program?
How to execute step2,step1, step3 if step1,2,3 are in order