Page 1 of 1

Possible range limitation

Posted: Wed Jan 24, 2007 10:51 am
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