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
What are the advantages and disadvantages of a hierarchical database?
Define psb?
What is the maximum of key fields and search fields allowed in a segment?
What are the advantages of a hierarchical database?
Explain acbgen process?
What are the disadvantages of a hierarchical database?
Explain psbgen process?
What are the processing modes available in ims db?
What is the maximum number of levels allowed in ims db?
What is meant by bmp mode?
What is ims (db/dc)?
Explain the maximum number of levels allowed in ims db?
What is a segment in ims?
What is the advantage of dynamic generation of acb?
How many root segments do we have per database record?