USE_MPE_REDIRECTION

This configuration variable applies only when running in HP COBOL compatibility mode (with the -Cp compiler option) on machines that support the MPE environment. With the use of the USE_MPE_REDIRECTION configuration variable, input for an ACCEPT statement is read from the file specified by STDIN=, and output from a DISPLAY statement is written to the file specified by STDLIST= on the RUN command line. To enable this behavior, set USE_MPE_REDIRECTION to 1 (on, true, yes). The default value is 0 (off, false, no). In addition, when this variable is set, no terminal manager escape sequences are written to the redirected output file.