Page 1 of 1

re: occurs 0-200 times depending on clause in CFF stage

Posted: Thu Jun 15, 2006 9:02 pm
by panic
hey gurus,
i have an instance in copybook (COBOLFILE)

05 ICD-2615-PROVIDER-TYPE
OCCURS 18 TIMES
INDEXED BY PROV-TYP-INDEX.
10 ICD-2615-PROV-TYPE PIC X(04).

05 ICD-2603-PROVIDER-SPECIALTY
OCCURS 36 TIMES
INDEXED BY PROV-SPC-INDEX.
10 ICD-2603-PROV-SPECIALTY PIC X(04).

05 ICD-4500-PROC-RANGE-CNTR PIC 9(03).
05 ICD-4500-PROCEDURE-RANGES
OCCURS 0 TO 200 TIMES
DEPENDING ON ICD-4500-PROC-RANGE-CNTR
INDEXED BY PROC-RNG-INDEX.
10 ICD-4500-PROC-BEGIN-RANGE PIC X(05).
10 ICD-4500-PROC-END-RANGE PIC X(05).


IN THE LAST
OCCURS 0 TO 200 TIMES
DEPENDING ON ICD-4500-PROC-RANGE-CNTR
INDEXED BY PROC-RNG-INDEX

when i edited the details in EXTENDED attributes in CFF stage
giving 200 times occuring but it CAN'T be flattened
and also i am unable to see that column
ICD-4500-PROCEDURE-RANGES
in the output columns and also the error says it is a tagged

THE other 18 times ,36 times are fine except the 200 times
how can i edit that in Extended attributes to see in the output columns to map it in the target
can anyone please suggest

thanks

Posted: Fri Jun 16, 2006 1:41 am
by ray.wurlod
According to the documentation, OCCURS DEPENDING ON is not supported

Re: re: occurs 0-200 times depending on clause in CFF stage

Posted: Fri Jun 16, 2006 1:44 am
by madhukar
Hi panic,

indexed columns in cobol file is not supported by Datasate CFF.

Regs
madhukar