what is DD statement is used in JCL?
No Answer is Posted For this Question
Be the First to Post Answer
using cursor how can you fetch more than one record into a variable
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Explain the function of the dd dcb keyword?
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)
is there any utility for restarting a particular step in jcl reply soon ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
When should DISP=MOD is used?
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
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
How to pass the parameter in parm using linkage section ? (syntax)?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset