FDRABRP Volume Status Report
PRINT VOLSTAT statement
The report generated by the PRINT VOLSTAT statement provides current information related to ABR processing for DASD volumes including: DASD volume serial, last backup date, current generation and cycle number, tape retention period, type of backup last processed, expiration date of the current generation, and informative messages.
PRINT VOLSTAT statement syntax
VOLSTAT | |
---|---|
,BKDAYS=nnn | |
,FORMAT=CRT|PRT | |
,INFO=NO|YES | |
,LINECNT=58|nn | |
,SELTERR=NO|YES | |
,VOL=vol|(vol,…,vol) | |
,VOLG=volg|(volg,…,volg) |
If the most recent backup for a DASD volume processed by this command was taken more than “nn” days ago, the FDR429 warning message is printed, to warn you that this volume may be accidentally bypassed during ABR backup processing.
Default: 7.
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.
Specifies that ABR is not to print the informational messages for the volumes being selected. Example of an information message is an indication of whether the volume is enabled for ARCHIVE or Superscratch.
The informational messages for the volumes are printed.
Default: YES.
nn
Specifies the maximum number of lines each report page can contain, from 10 to 99, inclusive.
Default: 58.
Specifies that a condition code of 12 is not set if there are no online volumes that match the selection criteria on this PRINT command.
Specifies that a condition code of 12 is set if there are no online volumes 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 similar FDREPORT for FDRABRP “PRINT VOLSTAT” report.
//FDREPORT EXEC PGM=FDREPORT,REGION=0M //SYSPRINT DD SYSOUT=* //ABRMAP DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSIN DD * REPORT FIELD=(VLVOLSER,VLUNIT,VLDEVTYP,VLABRINT,VLABRGEN, VLABRCYC,VLABRMXG,VLABRMXC,VLABRACY,VLABRHTR, VLABRLTR,VLABROPT,VLABRRT1,VLABRRT2,VLABRBTP, BKSUFFIX,BKDATE,BKEXDATE,BKVOL) PRINT DATATYPE=VOLDATA,COPY=BOTH,PAGEW=137,ONLINE /*
This FDREPORT example can be found in the JCL library installed with FDR. The member name is EX5306A.
Sample reports for FDRABRP
Sample Volume Status Report
VOLUME LAST BACKUP MAXIMUM CURRENT AUT HITR RETP1 BKEXPDT1
SERIAL DATE TYPE GEN CYC GEN CYC CYC LOTR RETP2 BKEXPDT2 COMMENTS
------ ---- ---- --- --- --- --- --- ---- ----- -------- --------
IDPBK0 2008.322 DSF 6 60 358 5 5 0% 35 1999.000 *** WARNING -- CURRENT COPY 1 WILL NEVER EXPIRE *********
0% 0 1999.000 CURRENT COPY 2 WILL NEVER EXPIRE *********
* INFO ONLY -- ARCHIVE FUNCTION DISABLED FOR THE VOLUME *
SCRATCH FUNCTION DISABLED FOR THE VOLUME *
OLD BACKUP TABLE ENABLED FOR THE VOLUME **
THRESHOLD VALUES - HIGH 0% -- LOW 0% *
SYM002 2008.318 FDR 4 5 245 0 0 80% 60 2009.012 * INFO ONLY -- ARCHIVE FUNCTION ENABLED FOR THE VOLUME **
50% 0 2009.012 SCRATCH FUNCTION ENABLED FOR THE VOLUME **
OLD BACKUP TABLE ENABLED FOR THE VOLUME **
THRESHOLD VALUES - HIGH 80% -- LOW 50% *
Sample volume status report from TSO
LAST ABR DATE--2008.322 RETPD(1)----35 MAX GEN-------6 MAX CYCLE------60
LAST BACKUP TYPE----DSF RETPD(2)-----0 CUR GEN-----358 CUR CYCLE----5/05
BACKUP(1) EXPIRES---1999.000 BACKUP(2) EXPIRES---1999.000
STATUS---*** WARNING -- CURRENT COPY 1 WILL NEVER EXPIRE *********
STATUS---*** WARNING -- CURRENT COPY 2 WILL NEVER EXPIRE *********
STATUS---* INFO ONLY -- ARCHIVE FUNCTION DISABLED FOR THE VOLUME *
STATUS---* INFO ONLY -- SCRATCH FUNCTION DISABLED FOR THE VOLUME *
STATUS---* INFO ONLY -- OLD BACKUP TABLE ENABLED FOR THE VOLUME **
STATUS---* INFO ONLY -- THRESHOLD VALUES - HIGH 0% -- LOW 0% *
VOLSER---SYM002
LAST ABR DATE--2008.318 RETPD(1)----60 MAX GEN-------4 MAX CYCLE-------5
LAST BACKUP TYPE----FDR RETPD(2)-----0 CUR GEN-----245 CUR CYCLE----0/00
BACKUP(1) EXPIRES---2009.012 BACKUP(2) EXPIRES---2009.012
STATUS---* INFO ONLY -- ARCHIVE FUNCTION ENABLED FOR THE VOLUME **
STATUS---* INFO ONLY -- SCRATCH FUNCTION ENABLED FOR THE VOLUME **
STATUS---* INFO ONLY -- OLD BACKUP TABLE ENABLED FOR THE VOLUME **
STATUS---* INFO ONLY -- THRESHOLD VALUES - HIGH 80% -- LOW 50% *