×
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.
hi Marco,
%SIZE works at compile-time. As your program is compiled, the compiler
takes the total size of the object (variable, DS, etc) and inserts it in
place of the %SIZE BIF.
%LEN works at run-time. It checks the current length of the item (not
based on it's definition, but based on the data inside it -- for
example, a VARYING string can have a different length based on the data
inside of it.) Since a TEMPLATE field cannot store data, it does not
make sense to use it with %LEN.
-SK
On 6/18/2013 1:24 PM, Marco Facchinetti wrote:
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
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.