Hi Joep,
Please contact IBM support so we can get this fixed.
As a work around, remove the quotes, like:
/include ../rpginc/pcty_api
Or include the full path
/home/myproject/rpginc/pcty_api
Hope this helps.
Thanks!
Steve Ferrell
w. www.helpsystems.com
-----Original Message-----
From: WDSCI-L <wdsci-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Joep Beckeringh
Sent: Tuesday, November 10, 2020 9:55 AM
To: Rational Developer for IBM i <wdsci-l@xxxxxxxxxxxxxxxxxx>
Subject: [WDSCI-L] Sources in IFS - LPEX doesn't recognize /include syntax for IFS
External: Pause and review the sender's email address, any URLs before clicking links, opening attachments, or following requests. When in doubt, contact the Service Desk.
Hello all,
Lately I've started experimenting with storing sources in the IFS.
The second thing I noticed was that LPEX does not recognize the syntax for /include.
I changed the original include:
/include QRPGINC,PCTY_API
To:
/include '../qrpginc/pcty_api'.
The quotes indicate to the compiler that the include is in a directory; the double dot makes sure that the include directory is on the same level as the source directory. The compiler thinks it's fine; it finds the includes. LPEX however, complains that it can't find the includes. That makes the outline crippled, to say the least.
Looks like an error in the parser, to me.
Joep Beckeringh
Pantheon Automatisering B.V.
--
This is the Rational Developer for IBM i (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/wdsci-l.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.