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...


What do you know about DBD gen?

Answers were Sorted based on User's Feedback



What do you know about DBD gen?..

Answer / rama krishna

DBDGEN means Database Descriptor Generator which is used to
define the IMS database. While declaring the DBD, we are
going to declare all the segments and the parent and child
relationship among them and the fields in each segment and
their properties.

Is This Answer Correct ?    12 Yes 1 No

What do you know about DBD gen?..

Answer / nygrande

DBDGEN control statements consists of Assembler Language
macro statements. The macros are supplied by IBM in a
library named IMSVS.MACLIB. DBDGEN control statements are
normally coded by the DBA and submitted to the system with
JCL. That invokes a cataloged procedure usually called
DBDGEN. The DBDGEN procedure causes the DBDGEN control
statements to the processed by the assembler producing the
object module. The object module is then passed to the
linkage editor which, in turn, stores a load module in
another IMS Library called as IMS.DBDLIB or IMSVS.DBDLIB.

The DBD process is normally preformed only once for a
database. All applications use the DBD in accessing the
information on the database. A new DBD is normally created
only if the physical nature of the database changes.

Is This Answer Correct ?    4 Yes 0 No

What do you know about DBD gen?..

Answer / techy

Sameple Data Base Descriptor Generator :

PRINT NOGEN
DBD NAME=VENDOR,ACCESS=HDAM
DATASET DD1=VEND,DEVICE=3380
SEGM NAME=VENSEG,PARENT=0,BYTES=10
FIELD NAME=(VENCODE,SEQ,U),BYTES=10,START=1,TYPE=C
SEGM NAME=ITEMSEG,PARENT=VENSEG,BYTES=5
FIELD NAME=(ITEMCODE,SEQ,U),BYTES=5,START=1,TYPE=C
SEGM NAME=LOCNSEG,PARENT=ITEMSEG,BYTES=9
FIELD NAME=(LOCNCODE,SEQ),BYTES=3,START=1,TYPE=C
FIELD NAME=ORDDATE,BYTES=6,START=4,TYPE=C
DBDGEN
FINISH
END

Is This Answer Correct ?    4 Yes 1 No

What do you know about DBD gen?..

Answer / deepak

Key field - used to uniquely identify the records in the
segment

Is This Answer Correct ?    2 Yes 10 No

Post New Answer

More IMS Interview Questions

What is bmp mode?

0 Answers  


Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?

0 Answers  


DLI Vs BMP

13 Answers   CTS, IBM,


What is an ims database?

0 Answers  


Looking for mainframes IMS DB training @ 9912598882

3 Answers  


Static & Dynamic PSB

2 Answers   IBM,


What is the need for a secondary index in ims?

0 Answers  


What are the retrieval sequences in ims db?

0 Answers  


What is the advantage of creating the acbs well ahead of time?

0 Answers  


What do you mean by hierarchical database?

0 Answers  


What will happens when a BMP programs takes a checkpoints?

2 Answers  


What is a Hierarchy path?

4 Answers  


Categories