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



> CPF checks number of parms, and programs that pass
> wrong data types consistently error off.

Try this and see what error you get:

QRPGSRC PARMCALL:
H        1
I            DS
I                                        1   50ZONE
I            DS
I                                    B   1   20BINSML
I            DS
I                                    B   1   40BINBIG
C                     CALL 'PARMRECV'
C* 5/0 and 5
C                     PARM 47        PACK    50
C                     PARM 'CHARS'   CHAR    5
C  NLR                MOVE 'A'       MORE  100
C                     DUMP
C                     SETON                     LR

QRPGSRC PARMRECV
H        1
C           *ENTRY    PLIST
C* 10 and 50, both char.
C                     PARM           PACK   10
C                     PARM           CHAR   50
C                     DUMP
C                     MOVE *ALL'%'   CHAR
C                     SETON                     LR

Especially, look at MORE, from the dump in PARMCALL.

CPF does not check data type, and most assuredly allows you to wipe out
storage without a message.  Don't ask me how I came to find that out, but it
was long, long ago.
  --buck




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.