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


Chapter 1 Using TIBCO Object Service Broker Utilities : S6BBREXT (Extract Selected Pages)

S6BBREXT (Extract Selected Pages)
S6BBREXT is used to extract selected pages from a pagestore to assist with operational maintenance . It should only be used under instruction from TIBCO Support.
Invocation
1.
2.
3.
The input list of pages to be extracted will be read from the 80 bytes card images on the SYSIN DD in columns 1 to 8 - in Hex format.
Sample for Extracting Selected Pages
The following is a sample JCL to extract two pages from the segment 0:
//EXTRACT   EXEC PGM=S6BBREXT,PARM=’SEG=00’
//STEPLIB   DD DSN=$HLQNONV$.$INSTVER$.LOAD.DISP=SHR
//DBDLIB   DD DSN=$HLQVSAM$.$SLQ$.DBDLIB.DISP=SHR
//PAGES   DD DSN=$HLQNONV$.$SLQ$.EXTRACT(PAGES).DISP=OLD
//SYSPRINT    DD SYSOUT=*
//SYSIN    DD *
02001609
020016D8
/*
Use PARM=’SEG-##’ to indicate the segment number.

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