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

setting default values for null in unload jcl


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

New User


Joined: 04 Aug 2009
Posts: 4
Location: hyderabad

PostPosted: Fri Sep 18, 2009 11:49 am
Reply with quote

Hi,

How can we set default values for null columns in unload JCL itself.
Back to top
View user's profile Send private message
Ketan Varhade

Active User


Joined: 29 Jun 2009
Posts: 197
Location: Mumbai

PostPosted: Fri Sep 18, 2009 12:07 pm
Reply with quote

Hi,
Check for IF NULL condition,
Code:

,COLL_1           DECIMAL(15, 2)   

 IF NULL VALUE (0.00)


Hope this help
Back to top
View user's profile Send private message
i_sivapras

New User


Joined: 04 Aug 2009
Posts: 4
Location: hyderabad

PostPosted: Fri Sep 18, 2009 5:36 pm
Reply with quote

It's not working..Can you explain in detail
Back to top
View user's profile Send private message
Ketan Varhade

Active User


Joined: 29 Jun 2009
Posts: 197
Location: Mumbai

PostPosted: Fri Sep 18, 2009 5:37 pm
Reply with quote

Hi,
Which unload utility you are using for doing this ?
Back to top
View user's profile Send private message
i_sivapras

New User


Joined: 04 Aug 2009
Posts: 4
Location: hyderabad

PostPosted: Fri Sep 18, 2009 5:43 pm
Reply with quote

We are using INZUTILB utility
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Remote Unload of CLOB Columns DB2 6
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top