|
Code/400 V5R1, SP2 installed. OS/400 V5R1. Using a STRCODE server in an interactive session.
Compiling a SQLRPGLE program with CRTSQLRPGI command. There are no precompiler errors. But there are compiler errors.
The program is compiled twice--as I recollect this is a workaround until the pre-compiler is enhanced. However, I suspect that the second compile should be submitted only if the first one succeeds.
Any idea what is happening?
Here's all that I know.
The error list window comes up with 3 errors. I double click on one so I can insert them all into the source. I get a window with this:
EVF2062, RC = 291 Object not found for SQLTEMP1.
In the info line at the bottom of the error list window is this message:
Unexpected error opening file '<LENNON$S>QTEMP/QSQLTEMP1(ERB800R5)'
I held the JOBQ to see what was being submitted.
First job:
CALL PGM(QDEVTOOLS/EVFCFDBK) PARM('37' 'N' 'LENNON$S' 'CRTSQLRPGI OBJ(LENNON$S/ERB800R5) SRCFILE(LENNON$S/QRPGLESRC) SRCMBR(ERB800R5) OPTION(*EVENTF) TGTRLS(*CURRENT) CLOSQLCSR(*ENDMOD) DBGVIEW(*NONE)')
Second job:
CALL PGM(QDEVTOOLS/EVFCFDBK) PARM('37' 'Y' 'LENNON$S' 'CRTSQLRPGI OBJ(LENNON$S/ERB800R5) SRCFILE(LENNON$S/QRPGLESRC) SRCMBR(ERB800R5) OPTION(*NOEVENTF) TGTRLS(*CURRENT) CLOSQLCSR(*ENDMOD) DBGVIEW(*SOURCE)')
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.