spin-position

The position of the message in the file affected by spin processing. The value is either start of file or end of file.

spin-minutes

The configured number of minutes until the file is spun off. If both spin-hours and spin-minutes are zero, then no time threshold was configured.

spin-lines

The configured number of lines until the file is spun off. If this value is zero, then no line-count threshold was configured.

spin-hours

The configured number of hours until the file is spun off. If both spin-hours and spin-minutes are zero, then no time threshold was configured.

spin-file

The DD name of the file affected by spin processing. The value is VNCOUT, VNCLOG, or SYSLOG.

spin-class

The JES2 output class of the spin-file.

shvb-address

The address of a shared variable buffer passed to IRXEXCOM. The IRXSHVB layout is documented in the IBM manual z/OS TSO/E System Diagnosis: Data Areas.

shv-return-code

A one-byte hexadecimal return code from IRXEXCOM resulting from a failed attempt to retrieve the value of a REXX variable.

X′00′ = request successful
X′01′ = variable did not exist
X′02′ = last variable transferred for fetch next request
X′04′ = truncation occurred for fetch request
X′08′ = invalid variable name
X′10′ = invalid value specified
X′80′ = invalid function code

sess-number

A unique identifier assigned to each VNAC session. When a new session is created, the session number is reported in VNC0310I.

In many VNAC messages, an individual command is uniquely identified by the concatenation #sess-number.cmd-index.cmd-number.

Other messages use the variable full-cmd-id, which concatenates sess-number.cmd-index.cmd-id and resolves to an identical value.

sci-cart

An 8-byte code used within the VNAC agent to relate messages issued by a command processing task to the active browser session from which the command was issued.