Guardian Procedure Calls Reference Manual

PROGRAMFILENAME Procedure (Superseded by PROCESS_GETINFOLIST_
Procedure)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Example
Summary
NOTE: This procedure is supported for compatibility with previous software and should not be
used for new development.
The PROGRAMFILENAME procedure is used to obtain the name of the calling process' program
file.
The main use of this procedure is to allow a primary process to create its backup process without
having to hard code the program file name into the source program.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be used for
new development. This procedure is supported only for compatibility with previous software.
Syntax for TAL Programmers
CALL PROGRAMFILENAME ( program-file ); ! o
Parameter
program-file
output
INT:ref:12
is an array where PROGRAMFILENAME returns the internal-format file name of the process'
program file.
Example
CALL PROGRAMFILENAME ( MYPROG );
PROGRAMFILENAME Procedure (Superseded by PROCESS_GETINFOLIST_ Procedure) 1185