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



Rob

THis has been awhile, but I think you should take the parameter definitions out of that data structure - not sure exactly why, but compare to this example for the QALGENA API from InfoCenter:

DRCVVAR S 512
DRCVLEN S 9B 0 INZ(%SIZE(RCVVAR))

Note the "9B 0"

HTH
Vern

At 04:08 PM 12/23/2003 -0800, you wrote:
Sent this to the RPG400 list and got no response  - I hope I don't annoy
anyone by being persistent.

(BTW - does anyone have samples of using the QMHRCVPM API in RPG iv?)

-----Original Message-----

Hi all,

I am trying to use the QMHRCVPM API in a RPG iv program at V5R2M0.  I keep
on getting the error CPF3C21 (Format name &1 is not valid) even though the
format I am using is RCVM0200. Can someone PLEASE tell me what I am doing
wrong???

The code looks like this:

D MSGDTA2 S 500


... .... ..... D MSGAPI DS D MSGLEN 1 4B 0 INZ D CSTKCN 5 8B 0 INZ D WAITTM 9 12B 0 INZ ..... ..... ..... C MOVE 'RCVM0200' FMTNAM C CALL 'QMHRCVPM' C PARM MSGDTA2 C PARM 500 MSGLEN C PARM FMTNAM 8 C PARM '*' CSTKEN 10 C PARM CSTKCN C PARM '*LAST' MSGTYP 10 C PARM *BLANKS MSGKEY 4 C PARM WAITTM C PARM '*REMOVE' MSGACT 10 C PARM ERRCDE 1




Thanks in advance.......


Rob Joubert
Authentic Fitness Corporation
(323) 837-6486
rjoubert@xxxxxxxxxxxxxxxxxxxx



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.