Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 Using TIBCO Object Service Broker Utilities : S6BTLBPS (Back Up Page Data Sets)

S6BTLBPS (Back Up Page Data Sets)
S6BTLBPS is used to back up page data sets belonging to TDS segments. It takes all the used pages in the data sets, compresses them as much as possible, and then writes them to the output media (tape or disk).
Invocation
The S6BTLBPS member of the JCL data set distributed with TIBCO Object Service Broker contains sample JCL required to run this utility. This sample is provided as a reference only; modify the JCL for your needs.
If a segment number is not specified as a parameter, 0 backs up the base segment (SEG=0). The segment must be offline.
S6BTLBPS can be called as part of the backup process.
Return Codes
Upon termination, this utility returns one of the following codes:
Audit Report
S6BTLBPS can produce an audit report that details the processing by page type with read and write counts, including page data set totals and percentage full. To enable the reporting feature, add a DD statement with ddname AUDIT as well as a runtime parameter of AUDIT.
Sample JCL

 
//BACKUP EXEC PGM=S6BTLBPS,
// PARM='SEG=01,AUDIT'
//STEPLIB DD DSN=S6B.EL2.TNV1.INST52.AUTH,DISP=SHR
//DBDLIB DD DSN=S6B.EL2.TVS1.OSBT52.DBDLIB,DISP=SHR
//JOURNAL DD DSN=S6B.EL2.TNV1.OSBT52.BACKUP(+1),
// DISP=(,CATLG,DELETE),SPACE=(CYL,(200,200),RLSE),
// UNIT=3390,
// DCB=(S6B.EL2.TNV1.OSBT52.MODEL.DSCB,
// RECFM=VB,LRECL=4800,BLKSIZE=0)
//AUDIT DD SYSOUT=*
/*

 
Sample Audit Report (First 80 Columns)

 
S6BBRPTR POINTER VALIDATION FOR SEGMENT 1 DATE 2009 JUL 07 TIME 08:53 V520E049
 
TABLE/SIX NAME I/1 D/B/R H/G S/6 F/X/0/? TOTAL ERRORS
SKIPPED SEGMENT #:0000 20112 RECORDS IGNORED
SKIPPED SEGMENT #:0063 59 RECORDS IGNORED
BACKUP RECORDS READ 20227; 56 ACCEPTED; 0 UNUSED PAGES IGNORED
 
**** SYSTEM *** 1 1 0 0 0 2
@RULESLIBRARY 0 1 0 0 0 1
EVENTRULES 0 1 0 0 0 1
FIELDS 0 10 1 0 0 11
MONTHLY_SALES 0 1 0 0 0 1
ORDERING 0 2 1 0 0 3
PARMS 0 8 1 0 0 9
SCREENFIELDS 0 1 0 0 0 1
SCREENS 0 1 0 0 0 1
SCREENTABLES 0 1 0 0 0 1
SELECTION 0 1 0 0 0 1
TABLES 1 1 0 0 0 2
S6BBRPTR POINTER VALIDATION FOR SEGMENT 1 DATE 2009 JUL 07 TIME 08:53 V520E049
TABLE/SIX NAME I/1 D/B/R H/G S/6 F/X/0/? TOTAL ERRORS
********** ORPHAN PROCESSING INITIATED **********
 
S6BBRPTR POINTER VALIDATION FOR SEGMENT 1 DATE 2009 JUL 07 TIME 08:53 V520E049
TABLE/SIX NAME I/1 D/B/R H/G S/6 F/X/0/? TOTAL ERRORS
 
**** SYSTEM *** 0 0 0 0 22 22
GRAND TOTALS 2 29 3 0 22 56 0
 
START TIME 08:53:44 END TIME 08:53:45
DATASET READ REFERENCED OLDEST TIMESTAMP NEWEST TIMESTAMP
PAGE1 54 54 2009APR23 21:31:21 2009APR23 21:31:45
PAGE2 1 1 2009APR23 21:31:45 2009APR23 21:31:45
PAGE3 1 1 2009APR23 21:31:45 2009APR23 21:31:45
 

 
CONV Parameter
The CONV parameter converts page header dates from YYMMDD format to TIBCO Object Service Broker extended Julian date format (OYYDDD) during the page data set backup. In this format, O represents the century indicator (A - 2000, B - 2100, and so on), YY is the year within the century, and DDD is the day of the year. A message informs you if date conversion is activated.
See Also
TIBCO Object Service Broker for z/OS Managing Backup and Recovery for complete information about TIBCO Object Service Broker backup and recovery.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved