RESETBWO: Reset BWO bits to zero
Use the RESETBWO command to reset BWO bits to zero in the ICF catalog for selected VSAM spheres.
Format
RESETBWOSPHERES(
{
| sphere name
}
)
Keywords
- SPHERES (sphere name)
- Specifies list of VSAM sphere names to be reset BWO bits to zero in the ICF catalog . Up to 256 VSAM sphere names can be specified.
Usage Notes
To use the RESETBWO command, run the CICS VR program DWWRB.
Examples
The sample JCL shows how to run CICSVR RESETBWO command://JOBRBWO JOB MSGCLASS=X,CLASS=A,MSGLEVEL=(1,1),REGION=0M
//* CICSVR PROGRAM
//STEP1 EXEC PGM=DWWRB
//* LIBRARY CONTAINING CICSVR PROGRAMS
//STEPLIB DD DSN=DWW.SDWWLOAD,DISP=SHR
// DD DSN=DWW.SDWWLENU,DISP=SHR
//DWWMSG DD SYSOUT=*
//DWWIN DD *
RESETBWO SPHERES(CICSMVS.KSDS01, -
CICSMVS.KSDS02, -
CICSVR.REDO.ESDS01, -
CICSMVS.RB) Synonyms
The RESETBWO Synonyms table provides RESETBWO commands or keywords along with acceptable synonyms to use in place of the commands or keywords:
| Command or keyword | Synonyms |
|---|---|
| RESETBWO | RBWO |
| SPHERES | SPHERE |