Output file warnings

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
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Output file warnings

Post by devidotcom »

Hi All,

I have an small job which using a buildop in it which replaces the non-graphical characters in the input file to spaces.

I have 10 records as an input from a sequential file and have character columns as input which are nullable.
The job runs successfully but I receive warnings as follows:

Output_File: When checking operator: When validating export schema: At field "COLUMN1": "null_field" length (0) must match field's fixed width (4) [impexp/group_comp.C:4453]

I am not able to view the data from the output file too...

Could it be the reason that I do not have nullable format mentioned this column in the output file?

Thanks
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Set your null field value for the column COLUMN1 to string of width 4.
Post Reply