FDRABRP Data Set Backup Report
PRINT BACKUP statement
The report generated by the PRINT BACKUP statement is similar to the PRINT VTOC report, except that includes current ABR backup information for each data set. If OLDBACKUP is ENABLED for the volume, ABR optionally prints previous backup information.
PRINT BACKUP statement syntax
BACKUP | |
---|---|
,COMBINE | |
,DSG=dsg|(dsg,…,dsg) | |
,DSN=dsn|(dsn,…,dsn) | |
,FORMAT=CRT|PRT | |
,LINECNT=58|nn | |
,OLDBACKUP=ALL|CUR|nn|(nn,…,nn) | |
,ONLINE | |
,SELTERR=NO|YES | |
,VOL=vol|(vol,…,vol) | |
,VOLG=volg|(volg,…,volg) |
Specifies that the report are produced in data set/volume serial number sequence, merging the various DASD volumes into one combined report.
Default: Each volume processed has a separate report.
Only data sets or clusters with a name matching one of the names given are selected (1 to 44 characters). Multiple values are specified in parentheses separated by commas.
Only data sets or clusters beginning with one of the prefixes given are selected (1 to 44 characters). Multiple values are specified in parentheses separated by commas.
There is a special form of the DSG operand. Leading periods “.” after DSG= indicate that the group name starts after one or more index levels. Each period indicates that one index level is to be bypassed.
Example: DSG=..TST selects any data set with a third index level starting with “TST”.
Produces a 79-character line formatted for a TSO terminal.
Produces a 121-character line formatted for a printer.
Default: CRT if executing under TSO; PRT otherwise.
nn
Specifies the maximum number of lines each report page can contain, from 28 to 99 inclusive.
Default: 58.
Specifies the relative old backup numbers that is/are to be printed.
nn
A numeric value of 0 through 13 permits the user to select relative backup tapes for printing (0 is the most recent backup and 13 the oldest). Multiple values are specified in parentheses separated by commas.
Requests all backups associated with the data set is to be printed.
Requests that only the current backup information is to be printed.
Default: CUR.
Causes all online DASD volumes to be included in the report.
Default: If neither ONLINE nor VOL/VOLG is specified, the default is that only DASD volumes pointed to by DISKxxxx DD Statements are included.
Specifies that a condition code of 12 is not set if there are no data sets that match the selection criteria on this PRINT command.
Specifies that a condition code of 12 is set if there are no data sets that match the selection criteria on this PRINT command.
Default: YES.
Only volumes matching the specified volume serial “VOL=” or volume serial prefix “VOLG=” are selected. Multiple values are specified in parentheses separated by commas.
The FDRABRP program has been functionally stabilized, but is still available; however, this report can be produced with FDREPORT and enhanced with all the features available in FDREPORT and the flexibility to modify the reports as desired. This is the JCL and control statements to produce the equivalent FDREPORT for FDRABRP “PRINT BACKUP,VOLG=IDPLB3,DSG=AJM.,OLDBACKUP=ALL” report.
//SYSPRINT DD SYSOUT=*
//ABRMAP DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
XSELECT XDSN=AJM.**,VOL=IDPLB3
SORT FIELD=(DSN,VOL),SEQUENCE=(A,A)
PRINT DATATYPE=VTOC,RPTYPE=XREF,OLDBACKUP=ALL
/*
This FDREPORT example can be found in the JCL library installed with FDR. The member name is EX5308A.
Sample reports for FDRABRP
Sample Backup Report
DSNAME/XREF LIST FROM VOLUME IDPLB3 - DEVICE TYPE 3390-3
VOLUME VL D/S TRACKS LAST REF BACKUP BK TAPE DSN TAPE
DATA SET NAME SERIAL SQ ORG ALLOC FREE DATE DATE NO SUFFIX FILE TAPE VOLUMES REQ TO RESTORE
---- --- ---- ------ -- --- - ---- ---- ---- ---- -- ------ ---- ---- ------- --- -- -------
AJM.JCLTEST.CNTL IDPLB3 01 PO 20 1 2008.318 2008.312 00 C1089300 0042 ST0478
2008.277 01 C1089200 0042 ST0140
2008.249 02 C1089100 0042 ST0006
2008.214 03 C1089000 0042 ST0057
2008.186 04 C1088900 0042 ST0472
2008.158 05 C1088800 0042 ST0008
0000.000 06 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 07 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 08 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 09 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 10 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 11 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 12 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 13 0000 CAUTION -- OLD BKUP NOT CAT
AJM.UNLOAD.JCL IDPLB3 01 PO 75 22 2000.109 2008.322 00 C1089305 0348 ST0026
2008.312 01 C1089300 0042 ST0478
2008.277 02 C1089200 0042 ST0140
2008.273 03 C1089115 0914 ST0425
2008.249 04 C1089100 0042 ST0006
2008.221 05 C1089005 0325 ST0453
2008.214 06 C1089000 0042 ST0057
2008.186 07 C1088900 0042 ST0472
2008.172 08 C1088811 0670 ST0414
2008.158 09 C1088800 0042 ST0008
0000.000 10 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 11 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 12 0000 CAUTION -- OLD BKUP NOT CAT
0000.000 13 0000 CAUTION -- OLD BKUP NOT CAT
ASTERISK(*) AFTER LAST REFERENCED DATE DENOTES UPDATE INDICATOR
Sample backup report under TSO
LAST REF--2008.318 DSORG----PO ALLOC-------20 FREE-------1
****** BACKUP INFORMATION ******
BKD(00)-2008.312 SFX-C1089300 FN-0042 VOLS-ST0478
BKD(01)-2008.277 SFX-C1089200 FN-0042 VOLS-ST0140
BKD(02)-2008.249 SFX-C1089100 FN-0042 VOLS-ST0006
BKD(03)-2008.214 SFX-C1089000 FN-0042 VOLS-ST0057
BKD(04)-2008.186 SFX-C1088900 FN-0042 VOLS-ST0472
BKD(05)-2008.158 SFX-C1088800 FN-0042 VOLS-ST0008
BKD(06)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
BKD(07)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
BKD(08)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
BKD(09)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
BKD(10)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
BKD(11)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
BKD(12)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
BKD(13)-0000.000 SFX-******** FN-**** VOLS-CAUTION -- OLD BKUP NOT CAT
FDR426 PROCESSING OF VOLUME IDPLB3 COMPLETED