types of sort



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

types of sort

Postby dhaneshrungta » Sat Apr 16, 2011 5:51 pm

how many types of sort are their????
dhaneshrungta
 
Posts: 2
Joined: Sat Apr 16, 2011 5:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: types of sort

Postby prino » Sat Apr 16, 2011 5:57 pm

Two, ascending and descending
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 635
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times

Re: types of sort

Postby NicC » Sat Apr 16, 2011 6:19 pm

Do you mean algorithms (bubble, shell, etc) or products (DFSORT, SYSNCSORT, etc)?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: types of sort

Postby enrico-sorichetti » Sat Apr 16, 2011 8:41 pm

why not show a bit of ingenuity Yourself and google with
( for example )
sort algorithms
and variations!

the first result page contained
Search Results
Sorting algorithm - Wikipedia, the free encyclopedia
In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most-used orders are numerical order and ...
http://en.wikipedia.org/wiki/Sorting_algorithm - Cached - Similar
Bubble sort
Selection sort
Tree sort
Timsort
More results from wikipedia.org »
Sorting Algorithm Animations
Animation, code, analysis, and discussion of 8 sorting algorithms on 4 initial conditions.
http://www.sorting-algorithms.com/ - Cached - Similar
Sorting Algorithm Examples
Description of sorting algorithms, and source code.
http://www.concentric.net/~ttwang/sort/sort.htm - Cached - Similar
Sorting Algorithms Demo
The following applets chart the progress of several common sorting algorithms while sorting an array of data using in-place algorithms. This means that the ...
http://www.cs.ubc.ca/~harrison/Java/sorting-demo.html - Cached - Similar
Cprogramming.com - Sorting Algorithm Comparison
What sorting algorithm should you choose? See how they compare! Quicksort, bubblesort, insertion sort, selection sort, heap sort, and merge sort!
http://www.cprogramming.com/tutorial/.../sortcomp.html - Cached - Similar
[PDF] Sorting Algorithms
File Format: PDF/Adobe Acrobat - Quick View
Sorting Algorithms rules of the game shellsort mergesort quicksort animations. 1 . Reference: Algorithms in Java, Chapters 6-8 ...
http://www.cs.princeton.edu/~rs/AlgsDS07/04Sorting.pdf - Similar
sort - C++ Reference
<algorithm>. template <class RandomAccessIterator> void sort ( RandomAccessIterator first, RandomAccessIterator last ); template <class RandomAccessIterator ...
http://www.cplusplus.com/reference/algorithm/sort/ - Cached - Similar
Sorting Algorithms
Shows the number of comparisons, performed by the sorting algorithm. ... 4. Shows the code listing of the performed sorting algorithm. ...
maven.smith.edu/~thiebaut/java/sort/demo.html - Cached - Similar
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: types of sort

Postby charlesthomas » Wed Feb 23, 2022 11:25 pm

I'm just learning this, thanks a lot.
User avatar
charlesthomas
 
Posts: 1
Joined: Wed Feb 23, 2022 9:14 pm
Location: Saint Cloud, MN
Has thanked: 0 time
Been thanked: 0 time

Re: types of sort

Postby sergeyken » Fri Feb 25, 2022 12:55 am

charlesthomas wrote:I'm just learning this, thanks a lot.

The learning only by asking any forum gives no result.

You must:
1) read available manuals, and references on the matter.
2) try to reproduce all available examples in your available computer environment.
3) try to resolve your own task using all knowledge received from 1-2.
4) ONLY if you have some unclear issue at this moment, you may ask the forum.

You try to start from #4. This is a wrong and useless way of learning something.
Javas and Pythons come and go, but JCL and SORT stay forever.
User avatar
sergeyken
 
Posts: 409
Joined: Wed Jul 24, 2019 10:12 pm
Has thanked: 6 times
Been thanked: 40 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post