Glenn is right - this way should work.

The old way was to translate to hex:

CALL RPG_PGM PARM(X'00000003100F')

Packed numbers are encoded in half-bytes with their decimal values.

You always have odd numbers of digits, because the last half-byte is filled with 0xF (for positive numbers) or 0xD (for negative numbers).

The decimal point isn't explicitly stated - but you have to code the decimal places according to your definition.

So - the hex above is for a packed(10:2) or packed(11:2) parameter. If you have packed(10:2), you cannot use anything but 0x0 for the first half-byte.

HTH
Daniel


Am 19.11.2024 um 21:50 schrieb Glenn Gundermann <glenn.gundermann@xxxxxxxxx>:

Hi Darryl,

If the incoming variable is defined as 10,2:


CALL PGM(RPG_PGM) PARM((31 (*DEC 10 2)))

Yours truly,

Glenn Gundermann
Email: glenn.gundermann@xxxxxxxxx
Cell: (416) 317-3144



On Tue, 19 Nov 2024 at 15:47, <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?



Call RPG_PGM parm(31)



TIA



Darryl Freinkel

A4G

Telephone: 770.321.8562



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


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