How does the jcl specify the job to os?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between primary and secondary allocations for a dataset?
Whats error code s222?
Can we give two user name in NOTIFY parameter in JOBCARD
How I sort the records in a file and copy the first 10 records to another file
can we modify the code in copy book? if it possible how to submit ofter the modification.
How do you send the output of a COBOL program to a member of a PDS?
Describe the DD statement, its meaning, syntax and keywords?
what is JCLLIB and PROCLIB in jcl and their syntax
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?