xRPG Core Library Procedures - RNBQUSLFLD: quslfld_initialize()
Initialize the service program.
This procedure retrieves and populates the service program's internal variables used by the rest of the procedures.
Usage:
quslfld_initialize( FileName : {Library} )
| FileName |
10A |
Const |
Req |
The file name used to intialize the service program. |
| library_name |
10A |
Const |
Opt |
The library name for the file. Defaults to *LIBL if not sent. |
| Returns: |
N |
n/a |
n/a |
Returns *ON if the initialization was successful, *OFF if it was not. |