Hi Vern, was this meant for the WDSCi-L list?
It took me a second to go back t this fixed format thing you're using, but, it looks like CA doesn't list the parameters unless you have the following wrapped around your procedure.
P ChkRqs B
P ChkRqs E
I wasn't aware you could forego using the P specs.
Kurt Anderson
Sr. Programmer/Analyst - Application Development, Service Delivery Platform
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Vernon Hamberg
Sent: Thursday, April 09, 2015 10:16 AM
To: RPG programming on the IBM i / System i
Subject: Content assist and parameters question
Hi all
I don't know if this has been covered - I have a main prototype like this in an SQLRPGLE source member -
//--------------------------------------------------
// Procedure name: ChkRqs
// Parameter: pFromAddr => From address
// Parameter: pSubject => Subject
// Parameter: pRequest => Request info to send back
//--------------------------------------------------
D ChkRqs PR
D pFromAddr 150A
D pSubject 150A
D pRequest likeds(request_t)
//--------------------------------------------------
// Procedure name: ChkRqs
// Parameter: pFromAddr => From address
// Parameter: pSubject => Subject
// Parameter: pRequest => Request info to send back
//--------------------------------------------------
D ChkRqs PI
D pFromAddr 150A
D pSubject 150A
D pRequest likeds(request_t)
I'm at the latest of RDi. In free form, when I type "pre" and then type Ctrl-Enter, it lists only the PREPARE SQL function.
In an RPGLE member, the behavior is similar - parameters names are not available through content assist.
Anyone else seen this? Is there a workaround or solution?
Thanks
Vern
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.