FDRABRUT Job Control Requirements
The following Job Control Statements are required to execute FDRABRUT:
STEPLIB or JOBLIB DD statement
If FDR is not in the system link list (LNKLST), specifies the program library in which FDRABRUT resides. The library must be APF authorized if DISKUPDATE=YES is set in the FDR Global Options.
EXEC statement
Must specify the program name (PGM=FDRABRUT) and region requirement (REGION=256K or more). You can also specify the PARM= parameter; if present, it is processed as the first control statement.
ABRARCH DD statement
Optionally specifies the remote queue data set for Archive restore requests. The data set name must contain the character string “ABRARCH” in other than the first index level. If omitted, the archive restore remote queue data set whose name is in the FDR Global Options is dynamically allocated.
ABRARDQ DD statement
Optionally specifies the remote queue data set for Archive Backup requests. The data set name must contain the character string “ABRARDQ” in other than the first index level. If omitted, the Archive Backup remote queue data set whose name is in the FDR Global Options is dynamically allocated.
ABRBKDQ DD statement
Optionally specifies the remote queue data set for Volume Backup requests. The data set name must contain the character string “ABRBKDQ” in other than the first index level. If omitted, the Volume Backup remote queue data set whose name is in the FDR Global Options is dynamically allocated.
ABRREST DD statement
Optionally specifies the remote queue data set for Volume Backup restore requests. The data set name must contain the character string “ABRREST” in other than the first index level. If omitted, the backup restore remote queue data set whose name is in the FDR Global Options is dynamically allocated.
SYSIN DD statement
Specifies the control statement data set. Usually a DD * data set
SYSPRINT DD statement
Specifies the output message data set; it is required. It is usually a SYSOUT data set. DCB characteristics are RECFM=FBA and LRECL=120; the block size defaults to 1210 on DASD or tape.
SYSUDUMP DD statement
Specifies the abend dump data set. Usually specifies a SYSOUT data set. Although not required, we strongly urge you to always include this DD statement, so that we can help you diagnose error conditions. If you have a debugging aid product on your system that would prevent the desired dump, please add the appropriate one of these statements to the JCL so that a fully-formatted dump is produced.