![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
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.
2. The output data set pointed to by the PAGES DD statement must be a sequential file with RECFM=VB, LRECL=4096
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.//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 *Use PARM=’SEG-##’ to indicate the segment number.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |