×
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.
I would not have expected either to work with a TEMPLATE.
When you specify a data structure as a TEMPLATE, there is no memory allocated for it. This is why it will not work with %LEN. The data structure does not actually exist in memory so %LEN cannot determine its length.
Perhaps %SIZE works because it looks at the definition of the structure and not the actual instance of it.
Brian May
IBM i Modernization Specialist
Profound Logic Software
http://www.profoundlogic.com
937-439-7925 Phone
877-224-7768 Toll Free
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Marco Facchinetti
Sent: Tuesday, June 18, 2013 1:25 PM
To: RPG programming on the IBM i / System i
Subject: RNF0655 The item defined with the TEMPLATE keyword cannot be used in this context
Just curious why an item defined with the TEMPLATE keyword is valid as %SIZE's argument but not for %LEN.
TIA
--
Marco Facchinetti
Mr S.r.l.
Tel. 035 962885
Cel. 393 9620498
Skype: facchinettimarco
--
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.