XML Output stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ankita
Participant
Posts: 57
Joined: Sun Nov 13, 2005 11:17 pm

XML Output stage

Post by ankita »

Hi,
I am trying to generate xml output file from a cobol file and getting the
following warning for level 88 as :
Derivation rule "88 DEAL-ADD-IND 'A' 88 DEAL-DEL-IND 'D' 88 DEAL-TRLR-IND 'T'" is invalid. Message = "Extra illegal tokens!
expression = '88 DEAL-ADD-IND 'A' 88 DEAL-DEL-IND 'D' 88 DEAL-TRLR-IND 'T'
Remaining tokens: ( 'DEAL-ADD-IND' 'A' '88' 'DEAL-DEL-IND' 'D' '88' 'DEAL-TRLR-IND' 'T')".

Also no xml files are getting created.

Thanks,
Ankita
Ankita
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :D

Can you please explain how you are designing the job, and how you are importing the "table" (file) definition?

Working storage is not available within a file, so it is very unusual to find a file definition for an actual (physical) file that contains level 88 items.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply