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 use of space parameter in dd statement?

0 Answers   IBM,


What is the improvement to COND= in the latest version of MVS?

3 Answers  


Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


how many max steps can we use in a job? pls answer to my question

3 Answers   TCS,


a dd statement has 2 types of parameters. Name them?

0 Answers  


how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths

4 Answers   IBM,


I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K

3 Answers  


when does a dataset go uncataloged?

0 Answers   IBM,


how you can access an uncataloged dataset in a JCL?

0 Answers  


what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file

3 Answers   Virtusa,


When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?

6 Answers  


Categories