566
PFX System Variable
Current Prefix Setting
String System Variable
Contents
String, current pathname prefix for PREFIX (0).
Description
This system variable indicates the current settings of the PREFIX directive (for
PREFIX entry 0).
See Also
Example
->?PFX
\PGMS\===\ \PGMS\====\ \PGMS\CUST\CASHRCPT\ \PGMS\CUST\MSC\ \PGMS\CUST\SALES\
PGN System Variable
Current Program Pathname
String System Variable
Contents
String, name of currently loaded program.
Description
This system variable contains the name of the currently loaded program, complete
with its full operating system pathname.
Note: There is one exception to the above. If you have the 'OP' (original program)
system parameter set to ON, PGN returns only the program name (i.e., without an
expanded pathname).
See Also
Example
0100 PRINT PGN
0110 SET_PARAM 'OP'
0120 PRINT PGN
-:run
C:\Program Files\Sage Software\ProvideX\TST\TST_EGS
TST_EGS