FDREPORT Utility
The FDREPORT generalized report writer (Working-with-FDREPORT) supports the FDRCRYPT product with the ability to generate custom reports from the FDRCRYPT Encryption Keyfile.
Additional FDREPORT JCL statements
In addition to the FDREPORT JCL requirements documented in FDREPORT-JCL-Requirements, an additional JCL statement can be specified to describe the FDRCRYPT Encryption Keyfile.
ENCRYPT DD statement
Specifies the FDRCRYPT Encryption Keyfile to be processed; it must be on DASD. This DD statement can be omitted if using the FDRCRYPT Encryption Keyfile that is specified in the FDR Global Options or if specifying the FDRCRYPT Encryption Keyfile on the FDREPORT DEFAULT statement.
FDREPORT field names
There are twelve fields that can be reported. They are:
Field Name | REPORT | SORT | SUMMARY | PUNCH | LENGTH | Description |
---|---|---|---|---|---|---|
ENCRBDAY | Y | Y | Y | Y | 5 | Number of days since encrypted |
ENCRBDSN | Y | Y | Y | Y | 44 | Encryption original backup data set name |
ENCRBVOL | Y | Y | Y | Y | 6 | Original first backup volume |
ENCRDATE | Y | Y | Y | Y | 6 | Backup datea - yyyyddd |
ENCRFLGS | Y | Y | Y | N | 5 | Encryption flag byte MASTERKEYAPPLIED - Master key applied DELETE - Record marked for deletion FDRCAMS - Encrypted by FDRCAMS GENRATEDKEY - Key was generated PUBLICKEYAPPLIED - Public key used TAPEFILE - Backup file resides on tape UPSTREAM - Created with FDR/UPSTREAM |
ENCRFLSQ | Y | Y | N | Y | 5 | Encryption original backup file sequence number |
ENCRKEY | Y | N | N | N | 32 | Encryption key |
ENCRPROF | Y | Y | Y | Y | 8 | FDR/UPSTREAM profile name |
ENCRTIME | Y | Y | N | N | 8 | Backup time – hhmmss |
ENCRTYPE | Y | Y | Y | N | 6 | Encryption type: AES128 - AES with 128 bit key AES192 - AES with 192 bit key AES256 - AES with 256 bit key |
ENCRVOL | Y | Y | Y | Y | 6 | Volume serial number encrypted |
SPLEBDSN | Y | N | N | N | 27 | Encryption backup data set name (ABR split format) |
a The format and width of date fields varies depending on the value of the DATEFORMAT= operand. |
All but ENCRKEY and SPLEBDSN can be used for selection and sorting. Many can be summarized and used in punch masks. These field names have been added to the FDREPORT HELP where appropriate. Access to these fields is provided via the DATATYPE=ENCRYPT operand.