Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
-----Original Message-----asked
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-
bounces@xxxxxxxxxxxx] On Behalf Of David FOXWELL
Sent: woensdag 1 april 2009 9:55
To: RPG programming on the IBM i / System i
Subject: Constants in RPG
Hi people,
I'd like some comments concerning the use of constants. I've been
to prepare a presentation to the team for a discussion on good codingto
practices, as the boss is getting tired of seeing this sort of thing :
* Global figurative constants
* Type relation = aunt
D gA C 'A'
myRelation = gA;
Now, I'd have written :
D gAUNT C 'A'
D gUNCLE C 'U'
myRelation = gAUNT;
Some questions :
I would normally not use a commentaire at the declaration of a
constant. What do you think?
We use a prefix g to indicate a globally defined constant, and w for a
locally defined one. When would you locally define a constant in a sub
procedure? I think it's nice to be able to see the definitions close
the calculation specs, but isn't a constant almost always global?fixed
What is meant by figurative constant? I thought it was one with a
value like *BLANK.
Thanks
--
This is the RPG programming on the IBM i / System i (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.
This mailing list archive is Copyright 1997-2026 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.