This site will undergo a maintenance outage on Saturday, 13 September beginning at 2:30 AM Central/1 PM IST for a platform upgrade. The downtime will be ~three hours.

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.

//ABNLDUMP DD DUMMY Print normal IBM dump in addition to the Abend-AID Report //CAOESTOP DD DUMMY Turn off CA OPT II & CA SYMDUMP //DMBENAN DD DUMMY Turn off DumpMaster //ESPYIBM DD DUMMY Turn off Eye-Spy //IDIOFF DD DUMMY Turn off IBM Fault Analyzer

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*