Hi thanks for the reply, here's what I did.
1) Generated ddl through db2look on express C.
2) All tables were successfully created on iSeries eliminating the entry "LOGGED NOT COMPACT" on lobs from the ddl.
3) Exported all Tables from express c into delimited format.
4) Ftped all tables to iSeries successfully.
5) Errors faced in restoring tables through cypfrmimpf command on iseries on tables with clob data.
When I exported the tables in delimited format which have lobs in them
it made them like into separate files
uqreqnote ,uqreqnote.001.lob
Now when I try to import these through cpyimpf command I get a prompt
**The selected table contains lob columns, which require the use of secondary stream files.**
Now when I execute the command I get an error like
Unable to access a file that is referred to by a file reference variable.
It is also to note that when I try to ftp the files to iSeries, although they do successfully but it says like
200 PORT subcommand request successful.
150 Sending file to member UWRN in file UWRN in library CSV.
226 File transfer completed successfully.
ftp: 151779 bytes sent in 0.00Seconds 151779000.00Kbytes/sec.
200 PORT subcommand request successful.
150-Characters that are not recognized in file specification are changed to #.
150 Sending file to member #01.LOB in file UWRN in library CSV.
426-Records written to file UWRN in library CSV have been truncated. Data in fil
e may not be valid.
426 Data transfer ended.
ftp: 6131 bytes sent in 0.00Seconds 6131000.00Kbytes/sec.
Is it renaming the lob file hence it is not found ? How can I prevent this ? Any clue guys ?
Regards, Mike.