INDXEXIT
Specifies the 1- to 8-byte character name of the index record exit program.
INDXEXIT=programname
ACIF calls this program for every record (structured field) it writes in the index object file (specified with the INDEXDD parameter).
-
For the AIX operating system, if you specify the program file name without a path, ACIF will search the path specified by the $LIBPATH environment variable, if the $LIBPATH environment variable is not set ACIF will search the path specified by the $LD_LIBRARY_PATH environment variable.
-
For the Linux operating system, if you specify the program file name without a path, ACIF will search the path specified by the $LD_LIBRARY_PATH environment variable.
-
For the Windows operating system, if you specify the program file name without a path, ACIF will search the path specified by the PATH environment variable.
If this parameter is not specified, ACIF does not use an index record exit program. The value is:
- programname
- Any valid index record exit program name. The exit program name is case-sensitive.