Possible range limitation

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
syamv
Participant
Posts: 9
Joined: Sun Jan 07, 2007 11:21 am

Possible range limitation

Post by syamv »

Hi,


I have imported a cobol copy book into DS manager and trying to read the ebcdic file and loading as a coma delimited field seq file.

I am getting the below error.

Complex_Flat_File_0: When validating import schema: At field "COULMN_OCCURS": In link field conversion: Possible range limitation

COULMN_OCCURS decimal (1) comp-3

ALSO IT'S DEFIEND BELOW AS

COULMN-SEGMENT
OCCURS 0 TO 1 TIMES
DEPENDING ON COULMN_OCCURS

I am not sure why the above error I am getting?

Also Do I need to do any modifications to the cobol cfd file given by the MFrame group? Is there any limitation in the datastage to access the cobol copy book?

Please let me know if any body encounterd this error before.


Thanks in advance.
Sv
Post Reply