× 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.



Sorry, the actual length of this variable is PACKED(5:0)., I apologize for
this confusion.

El mar, 19 nov 2024 a las 15:15, Javier Sanchez (<
javiersanchezbarquero@xxxxxxxxx>) escribió:

Another example could be like CALL PGMLIB/PGMNAME PARM (X'123456789F')
In this case, the parameter is expressed as a hex constant that represents
a packed decimal of value 123,456,789 positive, being an RPG variable
PACKED(9:0)
Suppose you want to be that number to be negative, then the command would
be:
CALL PGMLIB/PGMNAME PARM (X'123456789D')
The "F" is a positive value, and the "D" is a negative value. Negative
values may also take other values, but "D" is the most common and is the
recommended one.

HTH

JS


El mar, 19 nov 2024 a las 14:51, James H. H. Lampert via RPG400-L (<
rpg400-l@xxxxxxxxxxxxxxxxxx>) escribió:

On 11/19/24 12:49 PM, dfreinkel@xxxxxxxxxxxxxxxxx wrote:
I have seen it done but never used it. How would I call a RPG program
passing packed numerics from the command line?

I'm not *absolutely* certain of this, but I *think* you have to create a
*CMD object that will pass your parameter as packed.

--
JHHL

--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.