Determining if DFSORT is being used

Use the SHOWSORT command to check if Z Data Tools is using DFSORT.

If you expect Z Data Tools 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 Z Data Tools batch job with this control statement:
$$FILEM SHOWSORT
If DFSORT is available to Z Data Tools, 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 Z Data Tools command line. If DFSORT is available to Z Data Tools, this message is displayed: SORT debugging is on. If DFSORT is not available, this message is displayed: DFSORT not available.