If i have an array of let's say 1.000.000 elements. With subroutine SORTQQ i can sort the array in 0.2 sec while with other subroutines(not built in) it takes about 15 minutes. The problem is that i need to have an array with the initial location of the elements of the array.
Is there any way i can achieve this while using SORTQQ?
If there isn't do you know any other subroutine i can use which will be much faster?
Is there any way i can achieve this while using SORTQQ?
If there isn't do you know any other subroutine i can use which will be much faster?