Use the STATESET command to change the current state and desired state values specified for a resource.
STATESET (keywords)
/* Specify one of the following required keywords. */
tablename.resourcename resourcename
/* optional keywords */
ACTMODE(mode) CMDRESP(TERMINAL|NOWHERE|XDQ) CURRENT(currentstate) DESIRED(desiredstate) MODE(mode) PREMODE(mode) PREREQ(prereqstate) REFMODE(mode) SUBREQ(subreqstate) SUBSYS(OPSS,ssid) SYSTEM(msfids) SYSWAIT(seconds) TNGNOTIFY(ALWAYS|NEVER) WAIT(0,seconds)
Examples: STATESET command
STATESET VTAM SUBREQ(DOWN)
STATESET VTAM
STATESET VTAM DESIRED(DOWN)
Examples: STATESET command invoked from REXX, TSO, and UNIX REXX environments
CALL 'STATESET' resourcename [options]
OI STATESET resourcename [options]
STATESET resourcename [options]
Address H "tso 'OI STATESET STCTBL.CICSUSS CURRENT(DOWN)'"
|
Copyright © 2014 CA.
All rights reserved.
|
|