please help me in creation of schema for this edi fact file

Hi,

Can anyone of you help me in getting schema creation content for this below EDI fact file as I dont have TN installed in my ssystem.

UNA:+.? ’
UNB+UNOA:3+STYLUSSTUDIO:1+DATADIRECT:1+20051107:1159+6002’
UNH+SSDD1+ORDERS:D:03B:UN:EAN008’
BGM+220+BKOD99+9’
DTM+137:20051107:102’
NAD+BY+5412345000176::9’
NAD+SU+4012345000094::9’
LIN+1+1+0764569104:IB’
QTY+1:25’
FTX+AFM+1++XPath 2.0 Programmer?‘s Reference’
LIN+2+1+0764569090:IB’
QTY+1:25’
FTX+AFM+1++XSLT 2.0 Programmer?‘s Reference’
LIN+3+1+1861004656:IB’
QTY+1:16’
FTX+AFM+1++Java Server Programming’
LIN+4+1+0596006756:IB’
QTY+1:10’
FTX+AFM+1++Enterprise Service Bus’
UNS+S’
CNT+2:4’
UNT+22+SSDD1’
UNZ+1+6002’

Thanks,
Leela.

Hi All,

I have a inbound file of Edifact format, for which I need to write the schema.
Does any one have any idea how to go about, any ideas or solutions will be greatly appreciated.
Is creating COBOL copybook a right solution?

Thanks,
Nagendra

Are you trying creating some canonical document for your Inbound EDIFACT mapping…Its better some business analyst involve with mapping specs…I belive you are talking about mainframe target and yes you can get a copy book sample file and then you can create Flatfile dictionary schema based out of it:

HTH,
RMG

Hi RMG,

Thanks for the reply…To explain in Detail, this particular EDIFACT format is a inbound file which gets processed by a middleware. I am basically automating the whole scenario here using an Automation tool. So, for inbound file creation of Edifact Format, I have to prepare the schema and call this prepared schema in the automation tool and automate the process.
I have already created a copybook for the same, just wanted to know if I am progressing properly.

Thanks,

YES it sounds you are in right direction…So create the flat file schema (fixed length/positional) out of it and then test the inbound EDIFACT mapped to the new flat file document and pass it to backend and see if they can accept format in your automation process:

HTH,
RMG