Sequential File Import Warning

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
ds2000
Premium Member
Premium Member
Posts: 109
Joined: Sun Apr 22, 2007 7:25 pm
Location: ny

Sequential File Import Warning

Post by ds2000 »

I have used CFF in a server job to extract multiformat (copybook) data and loaded in sequential files with FIELD DELIMETER as COMMA.
and its defined as in copybook:
10 ACT-ANNUALAMT PIC S9(9)V99 COMP-3.

When i edit column properties its PACKED property is set to YES.

following Import warning is comming:
Field "ACT_ANNUALAMT" delimiter not seen, at offset: 86
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

How do you define the field itself?
It is not that I am addicted to coffee, it's just that I need it to survive.
ds2000
Premium Member
Premium Member
Posts: 109
Joined: Sun Apr 22, 2007 7:25 pm
Location: ny

Post by ds2000 »

Decimal 11,2
ds2000
Premium Member
Premium Member
Posts: 109
Joined: Sun Apr 22, 2007 7:25 pm
Location: ny

Post by ds2000 »

I have used CFF in a server job to extract multiformat (copybook) data and loaded in sequential files with FIELD DELIMETER as COMMA.

Its defined as follows in copybook:
10 ACT-ANNUALAMT PIC S9(9)V99 COMP-3.

in sequential file its defined as:
Decimal 11,2

I can see the data is loaded properly in server sequential file. Now i have to use this sequential file in PX job and when i extract the same server file in Px job. i get the following error on import.

following Import warning is comming:
Field "ACT_ANNUALAMT" delimiter not seen, at offset: 86
ds2000
Premium Member
Premium Member
Posts: 109
Joined: Sun Apr 22, 2007 7:25 pm
Location: ny

Any help on this problem.

Post by ds2000 »

Any help on this problem.
bcarlson
Premium Member
Premium Member
Posts: 772
Joined: Fri Oct 01, 2004 3:06 pm
Location: Minnesota

Post by bcarlson »

Since your source datatype is signed, you may need to specify that in your column definition. It is a suboption under packed.

Brad.
It is not that I am addicted to coffee, it's just that I need it to survive.
Post Reply