<attributes> element
The <attributes> element contains details of the new values of attributes in a CICS® management client interface POST or PUT request. A request can contain only one <attributes> element.
Contained by
Attributes
- attribute_name="data_value"
- The <attributes> element must contain one or more attribute_name "data_value" combinations
specifying the new values to be given to the named attributes. See CICSPlex SM resource tables for a list of required
attributes for each resource.
The data_value attribute is case-sensitive and must be enclosed in matching single or double quotes. As is the convention in coding XML, you can use escape sequences to replace certain special characters such as &, <, and >.
If you specify the <attributes> element in the HTTP body, you must not include an <action> element in the same request.
Example
<attributes name=”ABCD” defver=”1” status=”ENABLED” taskdataloc=”ANY”
taskdatakey=”USER” storageclear=”NO” shutdown=”DISABLED” isolate=”YES”
dynamic=”NO” routable=”NO” restart=”NO” spurge=”NO” tpurge=”NO” dump=”YES”
trace=”YES” otstimeout=”NO” wait=”YES” ressec=”NO” cmdsec=”NO”
program=”ABCDEFGH” />