Art,
My best bet is that your forgot to specify a value for LIB parameter at the STRPREPRC command:
Pre-Prozessor starten (STRPREPRC)
Type choices, press Enter.
Objekt-Quellenbibliothek . . . . OBJSRCLIB cSAME
Objekt-Quellenteildatei . . . . OBJSRCMBR *SAME
Additional Parameters
Wert für Bibliothek (&LI) LIB *NONE
Wert für Objekt (&OB) OBJ *NONE
My overall general purpose user option for compiling objects looks like this:
STRPREPRC USESRCFILE(&L/&F) USESRCMBR(&N) OPTION(*EVENTF) CHGOBJD(*NO) LIB(&O) OBJ(&N) SRCLIB(&L) SRCFILE(&F) SRCMBR(&N)
Please notice that I pass "&O" at the "LIB" parameter.
Thomas.
-----Ursprüngliche Nachricht-----
Von: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] Im Auftrag von Art Tostaine, Jr.
Gesendet: Donnerstag, 14. Dezember 2017 21:52
An: Rational
Betreff: [WDSCI-L] ISphere question
I reinstalled it on my 9.6 installation. My compiles won't work now, it's looking for the &LI substitution variable I think. The messages window shows
STRPREPRC USESRCFILE(PTILIB/QRPGLESRC) USESRCMBR(DLOR10501R) Missing value for replacement variable at position 15 of command string.
Creation command: CRTBNDRPG PGM(&LI/DLOR10501R) SRCFILE(PTILIB/QRPGLESRC)
SRCMBR(DLOR10501R) OPTION(*EVENTF) DBGVIEW(*ALL) TRUNCNBR(*NO) Execution canceled in line 9.00.
Information . . : If the line number is 0,00, then the error occured
during the creation command was checked.
Here are my pre-compiler statements
* >>PRE-COMPILER<< */
* >>CRTCMD<< CRTBNDRPG PGM(&LI/&OB) SRCFILE(&SL/&SF) + */
* SRCMBR(&SM); */
* >>IMPORTANT<< */
* >>PARM<< OPTION(*EVENTF); */
* >>PARM<< DBGVIEW(*ALL); */
* >>PARM<< TRUNCNBR(*NO); */
* >>END-IMPORTANT<< */
* >>EXECUTE<< */
* >>END-PRE-COMPILER<< */
--
Art Tostaine
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/wdsci-l.
--
IMPORTANT NOTICE:
This email is confidential, may be legally privileged, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone else is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender.
As an Amazon Associate we earn from qualifying purchases.