i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
4 10335i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
1 9909I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
Polaris, Tech Mahindra, UST, Wipro,
5 28812i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
2 8169
Name a few IBM utility programs, and explain its function.
What is the maximum length of a single line of jcl?
what is use of dsn parameter in dd statement?
what is the resolution for sb37 error
What does a disposition of (new,catlg,keep) for a dsn mean?
what happens in execution stage in job processing?
what is the use of JCL?
What is the purpose of dd * statement in jcl?
Explain how can return codes be tested before execution of a job step?
Explain how can a jobs execution priority be modified?
What is the function of dd disp parameter?
What do you know about jcl?
How do you access an uncatalogued dataset in a jcl?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
How gdg are concatenated?