|
Hi John,
I don't follow your reasoning:
dcl-proc // Starting keyword; raises the indentation level to 1parm char(1) value;
dcl-pi // Starting keyword: raises the indentation level to 2
end-pi; // Ending keyword: lowers the indentation level to 1
-body-
dcl-s field ind;
end-proc // Ending keyword: lowers the indentation level to 0
What is so difficult about that?
Joep Beckeringh
Software architect
Pantheon Automatisering B.V.
Heerenveen
john erps <jacobus.erps@xxxxxxxxx>be
15-01-2018 11:00
Re: Question about dcl-proc
The parm is part of the dcl-pi block, so it's indented wrt this block.
The block itself is part of the dcl-proc, so strictly it would have to
indented wrt dcl-proc.
But then the body (i.e. the part after dcl-pi) should be indented like:
dcl-proc
dcl-pi
dcl-end
-body-
dcl-s field ind;
end-proc
but this more practical (and clearer):
dcl-proc
dcl-pi
dcl-end
-body-
dcl-s field ind;
end-proc
The dcl-proc and dcl-pi constructs shoud have been one declaration
construct.
--
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: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD
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.