×
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.
Thank you Barbara.
I tried the data structure and the editor (RDi) showed it as an error. I did
not try to compile as it was. I'll try that.
Darryl Freinkel
A4G.
Tel: 770.321.8562 | Cell: 678.355.8562
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Barbara
Morris
Sent: Wednesday, November 18, 2020 6:48 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Re: How do I define a RPG400 parameter that is 400 long?
On 2020-11-17 2:17 p.m., dfreinkel wrote:
I am working on a rpg/400 program adding a call to a program that has
one of its parameter sizes defined as 400 bytes.
...
You should be able to code the data structure in the result field of the
PARM statement.
That was an old RPG trick, to get a "character field" with a length up to
9999 (whoo hoo, 9999!) by defining it as a data structure.
IDS DS 400
C MOVEL'Hello' DS
C CALL 'PGM'
C PARM DS
C RETRN
--
Barbara
--
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.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.