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