Explain how can the submitting users racf authority be overridden in a job stream?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between joblib and jcllib statements
write a jcl to execute a job by 7:00 am on jan 20,1986?
Give the syntax of job specifying jcl statement.
How is a dataset passed from one step to another?
Explain about LMGET�read a logical record from a data set
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
What does the one advantange of using IEBUPDTE?????
which utility is used to update pds?
what is fixed length and variable length and difference between them
How do you overcome this limitation ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?