How to point my proc to production dataset always though i
keep jcllib order=development.dataset? Is it possible?
Answer Posted / aparna
You could introduce symbolics.Point some to the production
dataset and keep the jcllib to the test dataset. Though it
only makes sense to do this for an Input dataset.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What parameter directs the output of the job log dataset?
How does jcl act on code(if you take a cobol program)?
what is the use of JCL?
Explain the purpose of the dd keylen parameter?
Can we call instream to catalog and catalog to instream?
what is DSN parameter and DISP parameter is used for?
what happens in execution stage in job processing?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What statement can be used to send data to another mvs jes3 node?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain dd statement in jcl?
how do you code a null statement?
Name what parameter directs the output of the job log dataset?
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?