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).
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.
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.
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.
TIBCO Object Service Broker for z/OS Managing Backup and Recovery for complete information about TIBCO Object Service Broker backup and recovery.