It will create a REP.TXT file even if there was an error (like an incorrect 
report name).   Have you looked at the file?   Make sure it shows a reference 
to the .LOB file.  The lines would look something like this.  Notice the 
reference to the LOB file

LOAD `SYS_REPORTS2` 
NONUM   
'ConSheet','consign','Consignment sheet-continuous 
paper',['consheet.LOB',RPT,0,4700]
END 


Karen

 
> As I understand it, this should allow me to copy a report from DB1 to DB2
> 
>   
> 
>  SET IDQUOTES = `
> SET NULL -0-
> 
> Then,
> 
> OUT REP.TXT
> UNLOAD DATA FOR SYS_REPORTS2 WHERE SYS_REPORT_NAME = ' OVERUNDERREPORT '  
> OUT SCR
> 
> At this point, there are supposed to be two files in my DB1 folder,  REP.TXT 
> and REP.LOB  There is no LOB file.  Am I missing a step?
> 
> 

Reply via email to