SCF Reference Manual for G-Series RVUs (G06.27+)

SCF Commands
SCF Reference Manual for G-Series RVUs520413-005
5-53
DETAIL Command
DETAIL Command
The DETAIL command has four optional modifiers—CMDBUFFER, ERROR,
LOGTIME, and RSPBUFFER:
The CMDBUFFER modifier provides debugging aids that allow you to obtain and
examine the content of the Subsystem Programmatic Interface (SPI) command
buffer.
The ERROR modifier allows you to obtain an error description together with
recovery action whenever an error is encountered.
The LOGTIME modifier provides for the addition of timestamp information in the
SCF log file.
The RSPBUFFER modifier provides debugging aids that allow you to obtain and
examine the content of the Subsystem Programmatic Interface (SPI) response
buffers.
DETAIL CMDBUFFER
DETAIL CMDBUFFER is a debugging aid. It is used to enable or disable a labeled
dump of the contents of the SPI command buffer used by SCF to communicate with
subsystems. The labeled dump is a display of the command tokens and the values
associated with those tokens. The status of DETAIL CMDBUFFER is displayed using
the ENV command.
ON
causes a labeled dump of the SPI command buffer. The buffer information is
printed to the out file defined for SCF. If the labeled dump information is present in
the EMS template files, the names of the tokens are displayed as DDL names.
OFF
stops the labeled dump printing.
DETAIL { CMDBUFFER [ ON | OFF ] }
{ ERROR [ ON | OFF ] }
{ LOGTIME { DATE | TIME | BOTH | NONE } }
{ RSPBUFFER [ ON | OFF ] }
DETAIL CMDBUFFER [ ON | OFF ]