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
Define pcb?
What is a segment in ims?
What are the retrieval sequences in ims db?
Explain the advantage of dynamic generation of acb?
Explain the two ways in which dl/i interface can be invoked?
What are the objectives of dbms in ims?
What information does a dbd contain?
What is the need for a secondary index in ims?
What are the disadvantages of a hierarchical database?
What is an ims database?
What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?
Explain the processing modes available in ims db?
What is mpp mode?
What is the advantage of dynamic generation of acb?
Explain the disadvantage of dynamic generation of acb?