Download ACUCOBOL-GT Appendices v8

Transcript
Configuration variables „ H-167
USE_LARGE_FILE_API
On UNIX systems, this variable allows you to turn on or off file system API
support for very large files (greater than 2 gigabytes). Support for large files
is enabled when USE_LARGE_FILE_API is set to “1” (on, true, yes). Some
UNIX systems do not support files greater than 2 gigabytes in size. In those
situations, setting this variable to the default of “0” (off, false, no) causes the
runtime to use the standard 32-bit file system API. This variable has no effect
on Windows platforms.
USE_LOCAL_SERVER
This variable is used by the runtime and Web Runtime to specify whether or
not you want to run client applications on the same machine as an AcuServer
file server. When USE_LOCAL_SERVER is set to the default of “0” (off,
false, no), AcuServer is bypassed when accessing local files that have remote
name notation. The remote name is stripped off and the file I/O operation is
handled by the runtime or Web Runtime. Set this variable to “1” (on true,
yes) to use AcuServer to access local files that have remote name notation.
This variable only works with AcuServer client runtimes and AcuServer
client Web Runtimes.
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.