what happens in conversion stage in job processing?
No Answer is Posted For this Question
Be the First to Post Answer
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to send notification to multiple users through 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?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
How Can we see all generations of a GDG ?
How to delete generations of gdg without deleting gdg base?
Explain the purpose of the dd keylen parameter?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
suppose i have 10 job steps and i want to execute only step 6.How to write?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
i want to store 20 digits . how will u do it in cobol ?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?