What needs to be defined in the TMSGRW CONTROL SECTION to check for CTIME or LTIME?
CTIME (Creation Time) and LTIME (Last Used Time) are 3 byte packed fields in the TMC Volume or DSNB record. The format is X'0HHMMF'.
These fields are defined in TMSGRW as packed fields with format HHMM. For example
DEFINE MCTIME PD 'HHMM'
DEFINE MLTIME PD 'HHMM'