sequential file 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
kennyapril
Participant
Posts: 248
Joined: Fri Jul 30, 2010 9:04 am

sequential file warning

Post by kennyapril »

When checking operator: When validating export schema: At field "BANK_KEY": "null_field" length (1) must match field's fixed width (40)


The above warning is from a sequential file andto get rid of this warning I changed the null value to this particuler field to 40 in the column properties and now I do not see any warning.

Is there any other solution other than this to get rid of the warning as we do not want to see 40 spaces taken for a null value.


Thanks
Regards,
Kenny
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

For a fixed-width sequential file column, how else would you represent it?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kennyapril
Participant
Posts: 248
Joined: Fri Jul 30, 2010 9:04 am

Post by kennyapril »

Actually this is a file used for capturing rejects from a table.

Is there any way to remove the fixed length in that sequential file?
Regards,
Kenny
Post Reply