Re: Search for a string using SORT
On 7 Feb 2006 18:32:01 -0800, "mftips@xxxxxxxxx" <mftips@xxxxxxxxx>
wrote:
To Search for a particular string within a file when the exact position
of that string within a record is not known and to write that record in
the Output file the following SORT card can be used.
Example 1:
SORT FIELDS=COPY
INCLUDE COND= (1, 80, SS, EQ, C'FIND STRING')
This is not the best forum for a SORT question. If you are referring
to IBM's mainframe sort, you might want to e-mail Frank Yeager
yaeger@xxxxxxxxxxxx or join the IBM list server list:
ibm-main@xxxxxxxxxxx, (which he subscribes to), or look at the
newsgroup that has a copy of that listserver (which he may or may not
catch) bit.listserv.ibm-main .
Or check
http://www-03.ibm.com/servers/storage/support/software/sort/mvs/professor_sort/srtmainf.html
.
Relevant Pages
- Re: VB6 LISTBOX problem
... Have a look at the code below, can you do a sort that is faster ... There are of course all sorts of ways of sorting stuff, especially stuf that is "linked together" as in your UDTs, but to prove the following code sorts it in exactly the same way that your own original code does so, by concatenating all three items of each element into a composite string exactly as you are already doing, but instead of dumping those composite strings into a ListBox it dumps them into a VB string array. ... Private Type SAFEARRAY1D ... Dim StPtr As Long, VAs String, pVAs Long ... (microsoft.public.vb.general.discussion) - C Sharp sorting considered superior to C by an order of magnitude
... following sort algorithms and the following points. ... its own comparision for the types bool, byte, short, int, long, ... single, double and string. ... private CheckBox CHKdeterminism; ... (comp.programming) - Re: Cant Figure Out How To Sort On Bind
... The sort order is not being passed as an argument, ... with the string "searchCache" to create a key for it, ... 'Assign ColumnOrder to ViewState ... Sub GetDataReader(ByVal ColumnOrder As String) ... (microsoft.public.dotnet.framework.aspnet) - Re: Sorting in VBA (andVB)
... but I specifically chose to use numeric data as that permits comparison> among sorting algorithms for a given data type. ... > same effect in ALL the string algorithms, so it should not affect the> performance comparisons. ... > WordBasic.SortArray is using an ineffective algorithm, e.g., compare with> the results using either VB 6 ListBox sort or Excel Sort. ... The>> InsertionString routine in your modSortHK.bas module gives precisely this>> sort order. ... (microsoft.public.word.vba.general) - Re: Chris Rockliffes Hofner.
... It looks disgusting - the original finish was a sort of pewkey ... pickups with one of those steel wire wool pan scrubbers - there was no ... strings in you have to push the trem fixture forward, ... Peter Green-ish tone. ... (rec.music.makers.guitar.acoustic) |
|