|
On Oct 9, 2024, at 11:14 AM, (WalzCraft) Jerry Forss <JForss@xxxxxxxxxxxxx> wrote:
// Sort Array
Dcl-DS Items Dim(1000) Qualified Inz;
Item Char(15);
Location Char(7);
Quantity Packed(5 : 0);
End-DS;
DoU Done;
ItemIdx = ItemIdx + 1;
Items(ItemIdx).Item = ExcelItem;
Items(ItemIdx).Location = ExcelLocation;
Items(ItemIdx).Quantity = ExcelQuantity;
EndDo;
SortA %SubArr(Items(*).Item : 1 : ItemIdx);
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Steven Jones
Sent: Wednesday, October 9, 2024 9:52 AM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: External Sorta with %Fields
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
I have an array defined as
dcl-ds Location qualified dim(50)
Item char(15);
House char(3);
Location char(7);
Quantity packed(10:3);
Consumed packed(10:3);
End-ds
I load the array & element 1 through 10 contains data, viewed using RDi debug.
Then I do a
Sorta Location %Fields(Item:House:Location);
Looking at the array after the sort, element 1-10 is blank but element 50-40 is now populated.
Is this how the Sorta is designed to work?
I have looked at samples posted elsewhere & they indicate that element 1-10 would contain my data after the sort.
Steve Jones | Senior Systems Programmer / Analyst Douglas Machine Inc. | Cell: 330.327.1119 douglas-machine.com<http://www.douglas-machine.com/> | steven.jones@xxxxxxxxxxxxxxxxxxx EMPLOYEE OWNED, CUSTOMER DRIVEN.
--
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.
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
--
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.
As an Amazon Associate we earn from qualifying purchases.
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.