WRITELOG

Top  Previous  Next

This command is used to write a text message on the XCICS log files. If HEXDUMP is specified the area is dumped in hexadecimal format on the log file.

WRITELOG FROM(area)
[ LENGTH(len) ]
[ LEVEL(level)]
[ HEXDUMP ]

Options

FROM(area)

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

HEXDUMP

XCICS provides print area hexadecimal format.

LENGTH(len)

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

LEVEL(level)

specifies minimum debugging level to print message. If XCICS debug level is higher than this level, message will be printed.