STARTUP-PARAMETERS attribute of the SESSION system handle
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Use the STARTUP-PARAMETERS attribute
of the SESSION system handle to obtain a comma-separated
list of all startup parameters specified for the current OpenEdge session.
The character string returned includes startup parameters from the
following potential sources:
- Default startup parameter file ($DLC/startup.pf)
- File specified by the
$PROSTARTUPenvironment variable - Startup parameters specified on the command line
- Startup parameters specified in a parameter file (.pf)
The following example shows the STARTUP-PARAMETERS attribute
output generated by executing execlog.p. (See also Run-time diagnostics.)
Sample STARTUP-PARAMETERS output
|
See ABL Reference for detailed
information on the STARTUP-PARAMETERS attribute.