What do you know about DBD gen?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum number of pcbs allowed in a psb?

554


What is batch dl/i mode?

2895


What is the maximum of key fields and search fields allowed in a segment?

575


Explain the advantage of dynamic generation of acb?

2813


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

629






What is an ims database?

609


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

573


What is dbdgen process?

625


What is psbgen process?

699


Explain the maximum number of segment types allowed for a single database?

1803


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

639


Explain the advantage of creating the acbs well ahead of time?

3143


What is mpp mode?

722


What is the need for a secondary index in ims?

611


My IMS main progam is calling Db2 subroutine ...Its giving - 923 db2 sql code..so could any one tell how to solve this issue.

3203