What methodology can be adapted to transfer data to a program that is coded using the exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
How are datasets concatenated?
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?
How do you restart a step in JCL?
Is there any command to check wether the ps file is in sorted order?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What are the parameters that are used in creating a gdg?
What is Cataloged Procedures?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the use of ikjeft1b utility in jcl?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?