Explain the function of //jcllib statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of the dd mgmtclas keyword in sms datasets?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
How does the jcl specify the job to os?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
how you can access an uncataloged dataset in a JCL?
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
Why block size is multiple of lrecl in jcl?
When we give TYPERUN = SCAN , what are the syntax errors we get?
when does a dataset go uncataloged?
what is check pending option
how can i use the parameters decalred in main pgm in sub pgm