Explain the job statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
Can we have a JOBSTEP without any EXEC ?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
what is the meaning of keyword in jcl?what is is opposite?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
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)
What does a disposition of (new,catlg,keep) for a dsn mean?
which are the parameters mandatory in job card ?
Explain the function of a dd statement?
What is the difference between sb37,se37,sd37 each?