|
Page 4 of 11
FILE STRUCTURE FOR CORE SYNTACTICAL DATA An explanation of the file layouts for the core syntactical data follows. Note that the core syntactical data is quote-comma delimited. Lengths expressed are current maximum and may change as the standards require.
SETHEAD.TXT ----------- Fields: Transaction Set ID, Transaction Set Name, Functional Group ID Lengths: 6, 80, 2 Example: "810-A1","Invoice","HC"
SETDETL.TXT ----------- Fields: Transaction Set ID, Area, Sequence, Segment ID, Requirement, Maximum Use, Loop Level, Loop Repeat, Loop Identifier Lengths: 6, 1, 3, 3, 1, 6, 1, 6, 6 Example: "810-A1","2","010","IT1","O","1","1","200000","IT1"
SEGHEAD.TXT ----------- Fields: Segment ID, Segment Name Lengths: 3, 80 Example: "A1","Rejection"
SEGDETL.TXT ----------- Fields: Segment ID, Sequence, Data Element Number, Requirement, Repeat Lengths: 3, 2, 4, 1 Example: "A1","01","131","M","1"
|