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
how do you code a null statement?
How can the disposition of sysout datasets be set for an entire jobstream?
what sort card you will use to copy the data from one dataset to another dataset?
Give the syntax of job specifying jcl statement.
what are the various stages of job processing?
What are steplib and joblib?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the function of //cntl statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How is a type of file defined in the jcl that executes the cobol program?
In sms datasets, what is the function of the dd avgrec keyword?
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 the difference between JES3 and JES2?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to execute 2nd and 4th steps among 5 steps in jcl proc?