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


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in conversion stage?

742


what happens in execution stage in job processing?

656


how can the same proc be re-used and called by many jobs?

909


Are there any set of rules for the names of the steps used in a job?

637


Explain dd statement in jcl?

644






Define concatenating?

667


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1950


What is the significance of addrspc parameter in exec statement?

731


how you can direct the data to spool using SYSOUT option?

927


Is acct parameter mandatory?

763


Can I share my data with other jobs? How?

670


What are the parameter we cannot use in procedure?

640


Explain about LMQUERY�give a dialog information about a data set

904


what is the JCL statement consists of?

699


What is jcl in mainframe, and how many types of jcl statements are there for a job?

631