OASIS Command Referencegetlog |
getlog - dump a specified set of binary log records to the terminal
getlog <starting block> [<starting record>] [<number of blocks>]
The getlog command is used to dump a specified set of log records to the terminal. It
It is similar to the dump command, except that it operates on individual data records rather than blocks.
The starting block parameter specifies which log block the first record is located in. The optional parameter <starting record> specifies the data record at which to begin the dump. The optional parameter <number of records> specifies the number of data records to dump. If no parameters are given, the entire log block is dumped. If only the starting record is given, getlog will dump a single record.
The data returned will be UUENCODED binary data is the OASIS parameter ASCII is FALSE, and ASCII if TRUE. The value of the ASCII parameter may be set using the parm command.
The logs command may be used in conjunction with getlog to obtain information about the log blocks and records.
Dump records 16 to 20 inclusive from block 54:
dump 54 16 5
Dump records 12 in block 27:
dump 27 12