7.98.1 POINT Parameters
FILE
TO_FILE
TO_LIBRARY
TO_MEMBER
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.
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).
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).
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.
...