how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.
Answer Posted / amra
In
To use a different PROC, you use a different library in the
JCLLIB. Your test PROC can be saved there with the same
name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you overcome this limitation ?
How to pass data to a program that is coded in an exec statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how to run batch program without jcl?
In job processing, what happens in execution stage?
Differentiate between the joblib and the steplib statements?
What are steplib and joblib?
//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 /*
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How can an in-stream dataset be terminated?
what operation is performed by job statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Brief description of inline procedure of jcl.