Which E32 parameter list will be used

For the E32 exit, DFSORT supports both a 32-bit parameter list and a 64-bit parameter list. If you want DFSORT to use the 64-bit parameter list for your E32, you must:
  • Call DFSORT with the 64-bit invocation list
  • Set on bit 4 of byte 9 in the 64-bit invocation list
Otherwise, DFSORT will use the 32-bit parameter list for your E32.

See Invoking DFSORT from a program for details of using the 64-bit invocation parameter list.