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


Chapter 1 Using TIBCO Object Service Broker Utilities : S6BTLRPS (Restore TDS Segment)

S6BTLRPS (Restore TDS Segment)
S6BTLRPS is used to do either of the following:
Prerequisites
Restoring a Data Set
Before you can restore page data sets, complete the following steps:
1.
The target segment must be offline.
2.
3.
Do not redefine and format the segment before you run S6BTLRPS to apply partial backups, that is, when using the APPLY parameter.
Invocation
Sample for Restoring a Segment
The S6BTLRPS 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.
Use:
PARM=‘SEG = ##
Sample for Applying a Partial Backup
The following is a sample JCL to apply a partial backup to segment 1:

 
//RESTORE EXEC PGM=S6BTLRPS,PARM='APPLY,SEG=01'
//STEPLIB DD DSN=$HLQNONV$.$INSTVER$.LOAD,
// DISP=SHR
//DBDLIB DD DSN=$HLQVSAM$.$SLQ$.DBDLIB,
// DISP=SHR
//JOURNAL DD DSN=$HLQNONV$.$SLQ$.SPINOUT(0),
// DISP=SHR

 
Use:
 
Return Codes
Upon termination, this utility returns one of the following codes:
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