What is 'mounting' of volumes ?
Is there anything that a programmer can do in it ?
How to find currently mounted volume ?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any command to check wether the ps file is in sorted order?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
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
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
i need some shortcuts and tso commands can any on ehelp me in these ?
describe the dd statement,its meaning,syntax and keywords?
At what stage, operator can change the class and priority of a submitted job?
The maximum number of steps in a job?
Explain about LMCOPY -
what are the ways of passing data to a cobol program from jcl?
how to see the latest generation in gdg?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.