OUTEXIT

Specifies the name of the output record exit program.

OUTEXIT=programname
Specifies the name or the full path name of the output record exit program. ACIF calls this program for every output record (every line) it writes to the output document file (specified with the OUTPUTDD 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 you do not specify this parameter, ACIF does not use an output record exit program. The value is:

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