Hi,
I need to create an IMS table with 2 child segments. I have the tables in relational form. Can anyone help me out with the DDL for the same? I am new to IMS and have no clue how to proceed. PFB the table structures.
Parent table
VEH
VIN VARCHAR (17)
MODEL_ID DECIMAL (2, 0)
VEH_MODEL_YR DECIMAL (4, 0)
ADD_TIMESTAMP TIMESTAMP
UPD_TIMESTAMP TIMESTAMP
Child Segment 1
MFG
VIN VARCHAR (17)
MFG_DATE DATE
MFG_PLANT_ID VARCHAR (01)
ADD_TIMESTAMP TIMESTAMP
UPD_TIMESTAMP TIMESTAMP
Child Segment 2
ACCESSORY
VIN VARCHAR (17)
ACC_CODE VARCHAR (02)
ACC_DESC VARCHAR (50)
ADD_TIMESTAMP TIMESTAMP
UPD_TIMESTAMP TIMESTAMP
Please let me know if anyone can help me with the same
Cheers,
Karthick