Fixed Column Width in PX Sequential File

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
ds_debasis
Participant
Posts: 17
Joined: Fri May 25, 2007 11:59 am

Fixed Column Width in PX Sequential File

Post by ds_debasis »

Hi
I'm using a sequential file with fixed width columns (no white space or tab separator). On sequential file format property I'm using
Final Delimiter : none
Delimiter : none
Quote : none

it is giving only one column while viewing the records.
This job was there in server edition and running as server job sequential file has got option of fixed width length.

Can some one help me to get the records in all the columns ?

Thanks
Debasis
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What are your first two column metadata definitions in your job? When you do a 'display data' do you only get the 1st column contents (correctly)? What is displayed for the 2nd column?
ds_debasis
Participant
Posts: 17
Joined: Fri May 25, 2007 11:59 am

Post by ds_debasis »

Duplicate....
Last edited by ds_debasis on Wed Aug 29, 2007 10:10 am, edited 2 times in total.
ds_debasis
Participant
Posts: 17
Joined: Fri May 25, 2007 11:59 am

Post by ds_debasis »

ArndW wrote:What are your first two column metadata definitions in your job? When you do a 'display data' do you only get the 1st column contents (correctly)? What is displayed for the 2nd column? ...

Varchar ( 8 )
Varchar ( 11 )

Yaa, I'm getting first column correctly.
Second column is NULL for all the records.

total length of the record is 25 chars. but I need only first 19.

Thanks for the quick reply.

Regards
Debasis
Post Reply