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 fields allowed per segment and what is the maximum number of fields per database?

622


Define dl/i?

3130


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

552


Explain the maximum number of levels allowed in ims db?

3349


What are the advantages of a hierarchical database?

2758






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

2806


What is the advantage of dynamic generation of acb?

563


What information does a dbd contain?

603


Define psb?

571


What are the main control blocks available in ims db?

643


What is hierarchical database?

3188


What are the two ways in which dl/i interface can be invoked?

536


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

3143


Can we use procopt on pcb and segment field (senseg)?

574


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

645