WRITECON

Top  Previous  Next

This command is used to write a text message on the XCICS central console. Eventually a specific XMSG code number may be used.

WRITECON FROM(area)
[ LENGTH(len) ]
[ CODE(codeno) ]

Options

CODE(codeno)

XMSG code number. (refer to $XFRAMEHOME/etc/xcicsmsg.txt for xmsg codes).

FROM(area)

writes value of the specified data area, which must be a valid area.

LENGTH(len)

specifies the length (halfword binary) of the data area specified in the FROM option.