RDF System Management Manual for H-Series RVUs (RDF 1.8)
NOTE: Do not confuse the file specified in the LOG command with the EMS event log that
receives RDF messages and whose contents are displayed by the LIST command. For information
about selecting the file for your session, see FILE command description in “FILE” (page 248).
If the file specified by the LOG command does not exist, RDFSCAN creates an EDIT file of that
name.
If you enter a LOG command without specifying a file name, RDFSCAN prompts you for the
file name by displaying:
Enter log file name:
To terminate copying to the file selected by LOG, issue a NOLOG command.
Output Displayed
The LOG command copies the records to the destination file in the same format used by the LIST
command.
Examples
Suppose you are examining the entry-sequenced file $SYSTEM.SANFRAN.RDFLOG from within
an RDFSCAN session on the primary node \SANFRAN and that your default volume and
subvolume are $SYSTEM and SANFRAN, respectively. To copy all records that you examine
with the LIST command to the file named $SYSTEM.SANFRAN.ECHO, enter LOG ECHO in
response to the RDFSCAN prompt, interacting with RDFSCAN in this way:
.
.
.
Enter the next RDFSCAN function you want: LOG ECHO
Logfile opened.
File: $SYSTEM.SANFRAN.RDFLOG, current record: 9454,
last record: 9466
Enter the next RDFSCAN function you want: LIST 100
.
.
.
MATCH
The MATCH command specifies a pattern to search for in the file. RDFSCAN searches for the
specified character string without regard for uppercase or lowercase.
MATCH text
text
specifies a match pattern.
Usage Guidelines
The match pattern you specify in the MATCH command is used in searches subsequently
conducted by the LIST and SCAN commands. Pattern matching is disabled until you enter a
MATCH command.
If you enter the MATCH command but omit the text parameter, the RDFSCAN prompts you
for a match pattern.
To disable pattern matching, merely press the RETURN key at the prompt without entering a
pattern.
When entering a match pattern, you can use asterisks (*) and question marks (?) as wild-card
characters.
RDFSCAN Commands 251










