Technical data

System Dump Analyzer
SET RMS
Table SDA–14 (Cont.) SET RMS Command Keywords for Displaying Process
RMS Information
Keyword Meaning
[NO]PIO Image I/O (NOPIO), the default, or process I/O (PIO)
2
[NO]RAB Record access block
[NO]RLB Record lock block
[NO]RU Recovery unit structures, including the recovery unit block
(RUB), recovery unit stream block (RUSB), and recovery unit
file block (RUFB)
[NO]SFSB Shared file synchronization block
[NO]WCB Window control block
[NO]XAB Extended attribute block
[NO]* Current list of options displayed by the SHOW RMS
command
2
Specifying the PIO option causes the SHOW PROCESS/RMS command to display the indicated
structures for process-permanent file I/O.
The default option is ALL:ALL,NOPIO, designating for display by the SHOW
PROCESS/RMS command all structures for all files related to the image I/O of
the process.
To list more than one option, enclose the list in parentheses and separate options
by commas. You can add a given data structure to those displayed by ensuring
that the list of keywords begins with the * (asterisk) symbol. You can delete a
given data structure from the current display by preceding its keyword with NO.
Qualifiers
None.
Description
The SET RMS command determines the data structures to be displayed by the
SHOW PROCESS/RMS command. (See the examples included in the discussion
of the SHOW PROCESS command for an indication of the information provided
by various displays.) You can examine the options that are currently selected by
issuing a SHOW RMS command.
Examples
1.
SDA> SHOW RMS
RMS Display Options: IFB,IRB,IDX,BDB,BDBSUM,ASB,CCB,WCB,FCB,FAB,RAB,NAM,
XAB,RLB,BLB,BLBSUM,GBD,GBH,FWA,GBDSUM,JFB,NWA,RU,DRC,SFSB,GBSB
Display RMS structures for all IFI values.
SDA> SET RMS=IFB
SDA> SHOW RMS
RMS Display Options: IFB
Display RMS structures for all IFI values.
The first SHOW RMS command shows the default selection of data structures
SDA80