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

Problem while Loading data to database in different regions


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

New User


Joined: 23 Jan 2007
Posts: 12
Location: India

PostPosted: Wed Jul 25, 2007 4:58 pm
Reply with quote

Hi All,

I wrote a Batch-DB2 program to unload selected rows from a table in one development region and load it to the same table in a different development region. It is working properly and as designed.

The problem occurs when the structure of the table in one region is changed (may be increasing the length of one column etc). If I then try to load the table with data unloaded from table of a different region, I will get a -310 SQL return code (obviously) as the table contains decimal columns also.

Can I do something to avoid getting -310 SQL code and also load the table properly? One thing that I can do is modify the sequential file (used to load the table) to suit the destination table's characteristics, may be through SORT or ICETOOL. Are there any other suggestions?

Let me know if you need any other information. Thanks...
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Jul 25, 2007 6:39 pm
Reply with quote

Do you really have the same table in different regions with different data layouts?

If you know what needs to be changed, SORT has the capability to help with the reformat.
Back to top
View user's profile Send private message
SharathG

New User


Joined: 23 Jan 2007
Posts: 12
Location: India

PostPosted: Wed Jul 25, 2007 7:33 pm
Reply with quote

Yeah Sort remains the option even from my side.

The data layout is not completely different. The database was installed in production region some time back. The development region's database is undergoing some changes and these changes would be in production during the next install. Till then, the unloading and loading will happen and that's where I am facing the problem.

Anyway thanks for the suggestion.
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 Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top