How to point my proc to production dataset always though i
keep jcllib order=development.dataset? Is it possible?
Answer Posted / murali
You can't able to point the PROC to other regions
(TEST/PROD) dataset at any cost. If you run the JCL in Test
region, it will pick test datasets and viceversa for
production jcl.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to alter the parameters for the existing gdg?
how you can direct the data to spool using SYSOUT option?
Explain how can an in-stream dataset be terminated?
What is catelog procedure and how many catelog procedure to use in one job?
What are hierarchy levels in jcl?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
What are steplib and joblib?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
List in order the hierarchical levels of jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is jcl in mainframe?
What is the significance of addrspc parameter in exec statement?
how to do automated restart when a job abends?
How jcl work to handle various input output file operations?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?