IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

what should be the ddname for the database datasets to be


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
cvkumar59

New User


Joined: 25 Aug 2006
Posts: 18

PostPosted: Fri Aug 25, 2006 5:01 pm
Reply with quote

Hi,

1)what should be the ddname for the database datasets to be mentiioned in the jcl , If i am running in DLI mode.

2) JCl considerations while running jobs in DLI,BMP,MPP modes.
Regards
cvKumar
Back to top
View user's profile Send private message
senman

New User


Joined: 17 Aug 2006
Posts: 17
Location: Chennai

PostPosted: Fri Aug 25, 2006 5:47 pm
Reply with quote

1. DD names for DLI database datasets

//IMB1000 EXEC PGM=DFSRRC00,
// PARM='DLI,DSNMTV01,IMB1000'
//**********************************************************
//*
//IMS DD DISP=SHR,DSN=&DBD..DBDLIB
// DD DISP=SHR,DSN=&PSB..BT.PSBLIB
// DD DISP=SHR,DSN=&PSB..OL.PSBLIB
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Fri Aug 25, 2006 6:41 pm
Reply with quote

Not sure exactly what you are asking, one possible reply is maybe the name as mentioned in the DBD in the DD1 parameter

eg database with one index will be something like this in the two DBD definitions

DBD NAME=PDABCD,ACCESS=(SHISAM,VSAM)
DATASET DD1=PDABCD,DEVICE=3380

DBD NAME=PDABCI,ACCESS=(INDEX,VSAM)
DATASET DD1=PDABCI,DEVICE=3380

so JCL might be

//PDABCD DD DSN=HLQ1.HLQ2.PDABCD.DATA,DISP=SHR
//PDABCI DD DSN=HLQ1.HLQ2.PDABCI.INDEX,DISP=SHR

is that what you mean?
Back to top
View user's profile Send private message
cvkumar59

New User


Joined: 25 Aug 2006
Posts: 18

PostPosted: Fri Aug 25, 2006 8:04 pm
Reply with quote

Hi,
Thanks for the reply.
and I did not get the answer for the second question.
Regards
cvKumar
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Fri Aug 25, 2006 8:26 pm
Reply with quote

depends what you mean by considerations?

specifically what?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts What database does Jobtrac use CA Products 4
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts Capturing COBOL job and program names... All Other Mainframe Topics 2
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts Products/Tools to Optimize Adabas Dat... Compuware & Other Tools 2
Search our Forums:

Back to Top