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 is batch dl/i mode?
What is meant by mpp mode?
Define psb?
What is acbgen process?
What is the maximum number of segment types allowed for a single database?
What is dbms in ims?
How many root segments do we have per database record?
What information does a dbd contain?
My IMS main progam is calling Db2 subroutine ...Its giving - 923 db2 sql code..so could any one tell how to solve this issue.
Define acb?
What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?
What is the maximum number of levels allowed in ims db?
What is the disadvantage of dynamic generation of acb?
What is mpp mode?
What are the advantages and disadvantages of a hierarchical database?