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

wht r different types of sort fields in jcl ?

1 Answers   IBM,


HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)

1 Answers   MSN Pharma, UST,


What is one line to pass PARM from JCL to COBOL?

0 Answers  


can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.

1 Answers  


Differentiate between addressing mode and run mode.

0 Answers  


How to use COND Parameter in jcl

4 Answers   NIIT, Wipro,


How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.

1 Answers   Cap Gemini,


what are JCLLIB and STEPLIB in JCL?

0 Answers  


There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.

1 Answers   IBM,


Categories