...
This data area can be used to update the creation date of a volume when data is written to the first sequence on the volume or when QUSRBRM is saved to the volume.
CRTDTAARA QUSRBRM/Q1ACRTDOLD TYPE(*CHAR) LEN(1)
Notes
NOTE:
- In releases IBM i 6.1 and earlier, the following PTFs or their superseding PTFs are required:
6.1 SI30649
5.4 SI30647- This same data area can also be used to update the creation date of a volume every time data is written to the volume, if it contains the value ALL.
CRTDTAARA QUSRBRM/Q1ACRTDOLD TYPE(*CHAR) LEN(10) VALUE('ALL ')
Notes
NOTE:
- In releases IBM i 6.1 and earlier, the following PTFs or their superseding PTFs are required:
6.1 SI37276
5.4 SI37269
...