how do you access an uncataloged dataset in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
how to modify the copy book?explain with examples
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.
what is a MODELDSCB?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is DYNAMBR in jcl?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
wht r different types of sorts ?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?