RESEXIT

Specifies the name of the resource exit program.

RESEXIT=programname
Specifies the name or the full path name of the resource exit program, which ACIF calls each time that it attempts to retrieve a requested resource from a directory.
  • 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 you do not specify this parameter, ACIF does not use a resource exit program. The value is:

programname
Any valid resource exit program name. The exit program name is case-sensitive.