Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
No Answer is Posted For this Question
Be the First to Post Answer
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
How to send notification to multiple users through jcl???
Explain how can values be passed from the job stream to an executable program?
How to find the number of duplicates in a file using Sort?
How to see the COMP3 value(packd decimal)
When output dataset space is required, what quantity categories are used?
how to create gdg with out using idcams utility
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.