Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Error Listing

Liam Allan edited this page Aug 11, 2017 · 3 revisions

The Error Listing window is used to display error from a program compile (RPG, C/C++, COBOL, CL). To do this, double click on the "Double click to change object" item, which will load a popup.

In this window, specify the name of the program/module you tried to create and what library you tried to create it in; then press Select.

Double clicking on an error will take you to the line and column (if available) of the error if the related file is open in a tab.

For the error listing the work, your create commands require OPTION(*EVENTF) on them:

CRTBNDRPG PGM(%openlib%/%openmbr%) SRCFILE(%openlib%/%openspf%) OPTION(*EVENTF)
CRTBNDCL PGM(%openlib%/%openmbr%) SRCFILE(%openlib%/%openspf%) OPTION(*EVENTF)
CRTSQLRPGI OBJ(#LALLAN/TESTPGM) SRCFILE(#LALLAN/QRPGLESRC) SRCMBR(*OBJ) COMMIT(*NONE) OPTION(*XREF *EVENTF)
CRTBNDC PGM(%openlib%/%openmbr%) SRCFILE(%openlib%/%openspf%) DBGVIEW(*SOURCE)
CRTBNDRPG PGM(#LALLAN/BUILD) SRCSTMF('RelicPackageManager/QSOURCE/BUILD.SQLRPGLE') OPTION(*EVENTF)
Clone this wiki locally