Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to point my proc to production dataset always though i
keep jcllib order=development.dataset? Is it possible?

Answers were Sorted based on User's Feedback



How to point my proc to production dataset always though i keep jcllib order=development.dataset? ..

Answer / 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

How to point my proc to production dataset always though i keep jcllib order=development.dataset? ..

Answer / 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

How to point my proc to production dataset always though i keep jcllib order=development.dataset? ..

Answer / 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

More JCL Interview Questions

what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


What is Uncatalog dataset? How can we access/use them?

1 Answers  


What is difference between Return Code, user completion code, Abend code and reason Code?

2 Answers   IBM, Satyam, Wipro,


I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter

8 Answers  


What is the format of comment statement?

0 Answers  


how you will the direct the data to spool using sysout option?

0 Answers   IBM,


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


mainframe questions like basic&depth

0 Answers   TetraSoft,


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


Can I send output of job to my remote device careerride123?

0 Answers  


How are datasets concatenated?

3 Answers   CitiGroup,


How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


Categories