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



All the fields are contiguous in the external DS.
28 is an extreme overkill but wanted to have enough "just in case".
This DS is only used to pass parameters to TLA.

A very large order has had around 10 so far. These are pallets and crates.

I will add comment to DDS and pgm that fields need to remain contiguous.

Thank you all for your help!!

-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Peter Dow
Sent: Friday, March 12, 2021 12:32 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Re: File Fields In Array

You're right about having to be sure the S1Oth* fields are in the right order. I've seen files where the first 5 entries of fields like that are together, then 10 years later they had to add 7 more at the end of the file. Or were otherwise scattered in groups within the record. It's crazy out there!


On 3/12/2021 9:51 AM, Scott Klement wrote:
Consider using LIKE() rather than CHAR(40)... the sizes always
matching is even more critical if you're using pointers.

The pointer technique is fine -- as long as you know for certain that
the "Sloth" fields (lol) are always in a data structure in the right
order.

On 3/12/2021 11:43 AM, Peter Dow wrote:
Since you already have a data structure that contains the S1othCtr*
fields, try this:

Dcl-S Container Char(40) Dim(28) based(ptrCTR);

Dcl-S ptrCTR Pointer inz(%addr(S1OthCtr1));


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



Subject to Change Notice:

WalzCraft reserves the right to improve designs, and to change specifications without notice.

Confidentiality Notice:

This message and any attachments may contain confidential and privileged information that is protected by law. The information contained herein is transmitted for the sole use of the intended recipient(s) and should "only" pertain to "WalzCraft" company matters. If you are not the intended recipient or designated agent of the recipient of such information, you are hereby notified that any use, dissemination, copying or retention of this email or the information contained herein is strictly prohibited and may subject you to penalties under federal and/or state law. If you received this email in error, please notify the sender immediately and permanently delete this email. Thank You

WalzCraft PO Box 1748 La Crosse, WI, 54602-1748
www.walzcraft.com<http://www.walzcraft.com> Phone: 1-800-237-1326

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.