How to point my proc to production dataset always though i
keep jcllib order=development.dataset? Is it possible?
Answer Posted / abhijit18in2002
If your Production and Test region shares same Image then
it is possible to point production region dataset from Dev
Sample JCL
//REPRO EXEC
PGM=IDCAMS
//SYSOUT DD
SYSOUT=*
//SYSPRINT DD
SYSOUT=*
//IN DD
DSN=ABCD.PROD.INPFILE,DISP=SHR,
//
UNIT=VCAP,VOL=SER=xxxxxx
//OUT DD
DSN=EFGH.DEV.RAF17744,DISO=SHR
//SYSIN DD
*
REPRO INFILE(IN) OUTFILE(OUT) COPY
(1000)
//*
This statement is most imp
UNIT=VCAP,VOL=SER=xxxxxx
Serial no should refer to Production.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how you can access an uncataloged dataset in a JCL?
in ways data can be passed to a COBOL program from JCL?
What is the purpose of dd?
Differentiate between addressing mode and run mode.
What are the utility programs in jcl?
How to override loadlib?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Brief description of inline procedure of jcl.
Where & How Do You Code Identifier In Jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Are there any set of rules for the names of the steps used in a job?
what is the purpose of coding notify parameter in job statement?
What are some jcl statements that are not allowed in procedures?
What is the motivation behind coding class parameter in job statement?