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



At least it's coming... 😉

-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Jon Paris
Sent: Friday, August 09, 2019 1:51 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Variable Dimension Data Structure?

Sadly this is only available for V7.4 - its was apparently too big a change to be able to be retrofitted to the previous release as most recent enhancements have been.



On Aug 9, 2019, at 10:20 AM, Greg Wilburn <gwilburn@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

A while back someone posted about a new RPG featuer to define a
variable dimension array. I think it was something like

dcl-s myArray dim(*AUTO:maxSize);

I have JSON DS setup as follows... the "orders" array is controlled by my HTTP request (i.e. I ask for maximum of 20). However, the API I'm consuming does not indicate any limitations on items within an individual order. So I was hoping to use the above on my "items" DS below.


dcl-ds json qualified;
count_orders int(5) inz;
dcl-ds orders dim(%elem(orderIDs_t));
id varchar(20);
state varchar(20);
count_items int(5) inz;
dcl-ds items dim(200);
id varchar(20);
product_id varchar(15);
product_name varchar(30);
product_option_id varchar(15);
sku varchar(15);
quantity int(5);
price_cents int(10);
end-ds items;
dcl-ds address;
.... And so forth

I'm on v7r3... is this possible?? RDi doesn't like the definition and it won't compile on our v7r3 system.

Thanks,
Greg
--
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@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com

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

This thread ...

Follow-Ups:
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.