|
If you want to supress leading zeros and right-justify in the CONSNO
field:
EvalR CONSNO = %TRIMR(%EDITC(Partner#: 'Z' ));
In this case, you need to use EvalR.
On Nov 30, 2007 12:33 PM, Gene Burns <burns.gene@xxxxxxxxx> wrote:
You could also use a data structure overlay like I used in this service
program (SETSIGN) which converts to character and places the sign on the
right or left as chosen.
http://code.midrange.com/503ae72d81.html
Gene
On Nov 30, 2007 12:03 PM, CRPence <crp@xxxxxxxxxxxxxxxxxxxx> wrote:
EDTCDE(X) is offered up quickly and often for this common inquiry,my
but generally without anyone ever having stated [what IMO is a *huge*]
caveat; i.e. that the X edit code is *not* /good/ for presentation of
negative values.
I would suggest instead, since the EDTWRD was enhanced specifically
to enable this type of output, one of:
EDTWRD('0 ') if no sign is desired
EDTWRD('0 -') if right negative sign is desired
EDTWRD('0- ') if left negative sign is desired.
Regards, Chuck
--
All comments provided "as is" with no warranties of any kind
whatsoever and may not represent positions, strategies, nor views of
employerlist
Michael_Schutte@xxxxxxxxxxxx wrote:
%EditC(partner:'X')CONSNO
Mike A wrote:
CONSNO = %CHAR(Partner#);
Consno is 8A
Partner# 8S 0 and has a value of 00012345
When Statement CONSNO = %CHAR(Partner#); is executed the Value of
is 12345bbb (b=Blank)
How can I get the Value of CONSNO to = 00012345
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
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.
This is the RPG programming on the AS400 / 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.
--
Francis Lapeyre
Solum potestis prohibere ignes silvarum.
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.