Where allowed to run: All environments (*ALL) Threadsafe: Yes |
Parameters Examples Error messages |
The Position Database File (POSDBF) command allows you to set the position of a database file to either the beginning or end of an open file.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
OPNID | Open file identifier | Name | Required, Positional 1 |
POSITION | File position | *START, *END | Required, Positional 2 |
Top |
Identifies the opened file to reposition. This file must be opened by either the Open Database File (OPNDBF) or Open Query File (OPNQRYF) command.
This is a required parameter.
Top |
Specifies the starting or ending position of the database file.
This is a required parameter.
Top |
POSDBF OPNID(XXX) POSITION(*START)
This command sets the record position of the database file that is opened with OPNID(XXX) to the starting position of the database file member that is currently open.
Top |
*ESCAPE Messages
Top |