× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Rod,

It's nothing to do with a compile option--sort of. You need to select the
listing view when debugging. That of course means you need to have
generated it during compile. The DBGVIEW parameter needs to be
*SOURCE--i.e., DBGVIEW(*SOURCE). I can see you are already doing this in
the command you posted. (NOTE: CRTSQLCBLI translates into DBGVIEW(*ALL)
in the non-SQL ILE compilers.)

To select the *LISTING view while debugging, right-click in the source
code, then select 'Switch View' at the bottom of the context menu and then
'Show *LISTING'.

The default is to use the *SOURCE view which only shows the source. The
source you compiled from doesn't include the copybooks. Hence, you need
to use the *LISTING (compiler listing) view.

Michael

wdsci-l-bounces@xxxxxxxxxxxx wrote on 03/26/2010 12:35:02 PM:

----- Message from Rod Verity <rod_verity@xxxxxxxxxxxxxx> on Fri, 26
Mar 2010 08:37:35 -0600 -----

To:

wdsci-l@xxxxxxxxxxxx

Subject:

[WDSCI-L] Compiling a SQLCBLLE program


I am attempting to compile an SQLCBLLE program for the first time from
RD
Power(or whatever the accepted name is). ILE is new for us so both ILE
and
RD Power are first time shots. The job shows the following compile
command:

Message . . . . : -CALL PGM(QDEVTOOLS/QRSEEXEC)
PARM('/home/IISRV/.eclipse/RSE/SBM00005.log' 'CRTSQLCBLI
OBJ(IUTO56A/CSBM9594) SRCFILE(IUTS56A/SRCE) SRCMBR(CSBM9594)
OPTION(*EVENTF)
INCFILE(QLBLSRC) REPLACE(*YES) DBGVIEW(*SOURCE) USRPRF(*OWNER)
COMPILEOPT(*SOURCE)')

When I go into debug, the code inside the copybooks doesn't show. Can
anyone see what parameter I am missing to make that happen? I have tried
just about all combinations I can think of. The program works but I just
can't see the contents of the copies.

Thanks for your help,
Rod

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.