Hi
i do ve doubt in following
my old dev server (winnt,db2 ver7.1) has upgraded to win2003 and db2
ver 8.1
all the scripts are running fine
but is not able to read the EOF character while importing from dat
file to db2,
which is added before 22 '9'( which inserted from mainframe server)
I found the problem with the following line.
call charout datfile,'1A'X /* force EOF */ (Rexx script)
How to use the EOF character? is the EOF code correct?( '1A'X)
Phil Sherman - 30 Mar 2007 02:39 GMT
'1A'x is the standard eof character for a text type file.
Please post the error message you are getting.
Is all of the data in the file being loaded?
Philip Sherman
> Hi
>
[quoted text clipped - 12 lines]
>
> How to use the EOF character? is the EOF code correct?( '1A'X)