If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Exporting from DB2 OS/390 V6.2 to DB2 LUW V7 or V8

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-31-04, 13:37
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Exporting from DB2 OS/390 V6.2 to DB2 LUW V7 or V8

I can connect to DB2 for OS/390 V6.2 from a DB2 Windows client (version 7 or 8) and do certain funtions (select, etc). But when I try an export (of an DB2 OS/390 table) from the version 7.2 or version 8.1 DB2 client, I get an error message saying that the function (export) is not supported with a down level server (DB2 for OS/390 version 6.2).

Has anyone exported from DB2 for OS/390 6.2 to a DB2 Windows client (version 7 or 8)?
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #2 (permalink)  
Old 08-31-04, 14:27
urquel urquel is offline
Registered User
 
Join Date: Aug 2004
Posts: 330
Have you tried the UNLOAD/LOAD utilites?
Reply With Quote
  #3 (permalink)  
Old 08-31-04, 18:12
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
The UNLOAD utility is not available until version 7 (DB2 for OS/390). I am trying to acess version 6 (yes it is still supported).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #4 (permalink)  
Old 09-07-04, 15:21
urquel urquel is offline
Registered User
 
Join Date: Aug 2004
Posts: 330
DSNTIAUL is an UNLOAD utility available with Version 6. It will also accept WHERE and ORDER BY clauses.
Reply With Quote
  #5 (permalink)  
Old 09-07-04, 18:07
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
DSNTIAUL outputs numeric data in packed decimal or binary format (depending on column type) using EBCIDIC characters.

Are there DB2 LUW file modifiers that will accept the EBCDIC data, even for the character columns (this assumes that I download the file as binary with no EBCIDIC to ASCII translation)?

If I download the file using EBCIDIC to ASCII translation, doesn't that distort the packed decimal and binary output from DSNTIAUL?
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On