Page 2 of 2

Re: Getting extra bit after the first field while unloading

PostPosted: Wed Mar 12, 2014 2:55 pm
by shankar_dh
I found out where the problem is while going through table definition,
Thank you All for your interest shown up to find out the resolution.

ACCOUNT_UNIQUE_ID field in the table 130 is NOT NULL but in Table 600
ACCOUNT_UNIQUE_ID field is defined as NULL.(It can have NULL values)

UNLOAD utility will always reserve one byte after the field length for the NULLable fields.

Re: Getting extra bit after the first field while unloading

PostPosted: Wed Mar 12, 2014 10:20 pm
by dick scherrer
Good to hear you have a resolution - thank you for letting us know :)

d