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



Once you write a record to a subfile, that record belongs to the *FILE
object. So manipulating that record (and all the records in the subfile)
would require your program communicating something to the display file.
As an example, highlighting a field on a record in a subfile requires a
WRITE operation from your program to the display file indicating the
subfile record number and the indicator to set to highlight the field as
declared in your file definition DDS.

So the only way to sort an already written subfile would be to declare a
sort column, perhaps qualified with an indicator, in your DDS (currently
unsupported), display the subfile, and then write an override to the
display file. Providing such a feature would be the purview of the folks
who manage the display file code, not those who do compilers.

Remember, display files can be used in any of the i languages: RPG, C,
COBOL, Pascal, PL1, ... and the same features would be available there.


-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Booth Martin
Sent: Tuesday, December 08, 2009 3:44 PM
To: Midrange Systems Technical Discussion
Subject: Re: Would it be a reasonable to ask IBM's programmersto write
a%sortsfl(sfl: column)

Thats the part I did not understand.

The subfile is all ready written. It is a known block of data. There's
no need for any under the covers work or any connection to the data;
just process the existing data in the existing subfile. Sort the first
request ascending and any following requests in the opposite order.

Frankly it surprised me that someone didn't say this is a lunch time
sport for the people that are really good at %bifs.




DeLong, Eric wrote:
Hmm, maybe just allow an SQL statement to be associated with the SFL,
and allow OS400 to manage the paging through the result set?

-Eric DeLong



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.