I like using the export /import but I"m having a problem with blob columns. when I do the export I get the following message
"SQL3132W The character data in column "REPORT_PDF" will be truncated to size
"32700".
I run into this same limitation on the mainframe using unload. I'm limited to the file length of 32700. I don't kow why but it seems to be doing the same thing on the export to the client.
Have you seen this before?, am I just doing something worng?
Any ideas?
Thanks Bob
"QUOTE=sathyaram_s]I would connect to the mainframe using DB2 Connect and EXPORT the data. Then use IMPORT or LOAD to get the data into Linux DB2 ..
The other option is to use federation ...
INSERT INTO ... SELECT * FROM ...
This may fill up the transaction logs ... If you are going to do just once, you can use 'Not logged intially' with the 'INSERT INTO' option ...
For larger tables, federation may throw memory related erros ..
Using db2look, you can get the CREATE TABLE statements ... You may have to customize it a bit to suit LUW version of DB2.
If this is a one time process, then you do not need to worry about licensing DB2 Connect ... If you are using ESE, you are automatically licensed for five user connections to the mainframe ... Otherwise, you will have to license ..
I have not tried V8 client connecting to V7 OS/390 server, but I do not expect any major limitations, though I suggest you to check the manuals ..
Cheers
Sathyaram[/QUOTE]