MPE/iX Shell and Utilities Reference Manual, Vol 1

getconf(1) MPE/iX Shell and Utilities getconf(1)
POSIX2_BC_SCALE_MAX
minimum conforming value for BC_SCALE_MAX.
POSIX2_BC_STRING_MAX
minimum conforming value for BC_STRING_MAX.
POSIX2_COLL_WEIGHTS_MAX
minimum conforming value for EQUIV_CLASS_MAX.
POSIX2_EXPR_NEST_MAX
minimum conforming value for EXPR_NEST_MAX.
POSIX2_LINE_MAX
minimum conforming value for LINE_MAX.
POSIX2_RE_DUP_MAX
minimum conforming value for RE_DUP_MAX.
This implementation of getconf also recognizes the following non-
POSIX-compliant name.
_CS_SHELL
default shell (command interpreter).
EXAMPLES
The following example uses getconf to find the largest scale value supported by the
MPE/iX
bc utility. If you enter
getconf BC_SCALE_MAX
getconf displays
32767
DIAGNOSTICS
Possible exit status values are:
0 The specified parameter_name was valid and getconf displayed its value successfully.
>0 An error occurred.
Messages
Message: argument: system error
Cause: See syserror(3).
Action: See syserror(3).
Commands and Utilities 1-251