Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

7.98.1 POINT Parameters

FILE

TO_FILE

TO_LIBRARY

TO_MEMBER


Anchor
FILE
FILE
FILE

For details of how file names are specified, refer to Specifying File Names in I/O commands. The name specified here is the name of the file as it is known or has been coded within this function.

Anchor
TO_FILE
TO_FILE
TO_FILE

Specifies the name of the file to which all I/O requests are to be actually directed when the function executes. If the default value *SAME is used the name of the file is not changed from its current value.

The file name can be specified as an alphanumeric literal (e.g.: CUSTMST), or an alphanumeric variable name (e.g.: #FILE) or an alphanumeric system variable (e.g.: *PERIODFILE).

Anchor
TO_LIBRARY
TO_LIBRARY
TO_LIBRARY

Specifies the name of the library in which the file can be found. If default value *LIBL is used the library list of the function will be searched at execution time to locate the file. If it cannot be found an error will occur.

The library name can be specified as an alphanumeric literal (e.g.: QGPL), an alphanumeric variable name (e.g.: #USINGLIB) or an alphanumeric system variable (e.g.: *COMPANYLIB).

Anchor
TO_MEMBER
TO_MEMBER
TO_MEMBER

Specifies the name of the member within the file that is to be used. If the default value *FIRST is used then the first member within the file will be used.

...