Determining if DFSORT is being used

Use the SHOWSORT command to check if File Manager is using DFSORT.

If you expect File Manager to be using DFSORT to improve performance, and it does not appear to be doing so, you can check this both in batch and under ISPF.

In batch, submit a File Manager batch job with this control statement:
$$FILEM SHOWSORT
If DFSORT is available to File Manager, the job output will show:
SORT debugging is on
If DFSORT is not available, the job output will show:
DFSORT not available

Under ISPF, enter SHOWSORT on any File Manager command line. If DFSORT is available to File Manager, this message is displayed: SORT debugging is on. If DFSORT is not available, this message is displayed: DFSORT not available.