What is the purpose of dd dummy statement?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
What do you understand by the term job time – out and how can you overcome that?
if we give TIME=0 how many sec that job/step
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
what r the types of job control statements?
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
Where & How Do You Code Identifier In Jcl?
what are the options in file-aid to edit vsam dataset and to compare data sets.
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?