IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

"DSNUTILB" utility for downloading the table into


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pinkroses

New User


Joined: 07 Nov 2005
Posts: 19

PostPosted: Wed Dec 21, 2005 4:01 pm
Reply with quote

hi all

i used "dsnutilb" utility for downloading the table into a file. For all the fields which are not specified as not-null in the table is downloaded with the low-value before it. when we encounter this for first time we used an outrec in sort to remove those fields. but this time the not-null fields in the table are large so if any one could suggest me a better idea to remove the null values generated in the file while downloading itself.

expecting ur replies. thanks

for eg.
the fields in the table are
emp.no x(8) not null
emp.salary x(10)
emp.name x(5)
emp.desgination x(3) not null.

the downloaded file will be

12345678.1234567890.ramjiapm

please note the dot values are low-values which is present before the fields which is not specified as not-null
Regards,
Devi
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Thu Dec 22, 2005 3:42 am
Reply with quote

pinkroses,

Beware removing those characters. The x'00' indicates that the column is not a null, containing valid information. An x'6F' indicates that the column is null.

If you remove the null indicators, how will you know if an "INTEGER" with a zero value is really zero or if it's null. and null "DECIMAL" columns will give you an 0C7 if you try and use it.

Hope this helps, If I missed, please come back.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top