2.48 POSITION

Use POSITION to set the read position in the file. The position of a record in the file is noted in the record header in the AuditPos field.

Without options, POSITION displays the current read position. Options let you specify an exact position. After you set the position, issue the NEXT command to view the record at that position.

POSITION can be shortened to POS.

Default

None

Syntax

POSITION [bytes | {0 | FIRST}]
bytes

Specifies the number of bytes into the file at which to read. Use the NEXT command to view the specified record.

0 | FIRST

Positions Logdump at the beginning of the file.

Syntax

POS 77580548