Support has been added to the Work with Saved Spooled Files (WRKSPLFBRM) command to display spooled file save history that was created through duplication.

To enable the support for the current job, run the following command:

QSYS/CRTDTAARA DTAARA(QTEMP/Q1ASPLFDUP) TYPE(*CHAR)

To disable the support for the current job, run the following command:

QSYS/DLTDTAARA DTAARA(QTEMP/Q1ASPLFDUP)

To enable the support for all jobs on the system, run the following command:

QSYS/CRTDTAARA DTAARA(QUSRBRM/Q1ASPLFDUP) TYPE(*CHAR)

To disable the support for all jobs on the system, run the following command:

QSYS/DLTDTAARA DTAARA(QUSRBRM/Q1ASPLFDUP)