|
----- Message from Jon Paris <jon.paris@xxxxxxxxxxxxxx> on Wed, 8free-form.
Nov 2017 07:38:05 -0500 -----
To:
Rpg400 Rpg400-L <rpg400-l@xxxxxxxxxxxx>
Subject:
Re: Anybody have an RPGIII program they could send me?
Kevin,
You don't have to change the names to avoid "reserved" names in
On data declarations in DS for example you simply add dcl-subj in
front of the name.
So this:
D myDS DS
D chain 1a
Becomes:
Dcl-ds myDS;
def-subf chain char(1);
end-ds;
Similar options exist for procedure interface and prototype
parameters. It is basically the same scenario as being able to omit
EVAL in cals. You can omit it if the filed name does not match an
opcode name. So you have to code:
EVAL chain = 'Y';
Jon Paris
www.partner400.com
www.SystemiDeveloper.com
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.