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 information does a dbd contain?
What are the processing modes available in ims db?
Define psb?
What is psb?
What is psbgen process?
What are the disadvantages of a hierarchical database?
Explain the maximum of key fields and search fields allowed in a segment?
Define pcb?
What is dl/i?
Explain the advantage of dynamic generation of acb?
What is the need of a secondary index in IMS?
What information does a psb contain?
What is the maximum number of pcbs allowed in a psb?
What do you mean by hierarchical database?
What are the retrieval sequences in ims db?