FOMC2835
The ASCII and EBCDIC code pages and tables cannot be changed. function = __tcsettables(), ASCII code page = "string", EBCDIC code page = "string", file descriptor = number, pathname = "string", return value = number, errno = number (X'hexnum'), reason code = hexnum, message = "string"

Explanation

The chcp command cannot change the code pages for the terminal. The __tcsettables() function failed with the errno value and reason code shown in the message.

In the message text:
file descriptor = number
The file descriptor of the controlling terminal.
ASCII code page = "string"
The requested ASCII code page.
EBCDIC code page = "string"
The requested EBCDIC code page.
pathname = "string"
The pathname of the controlling terminal.
return value = number
The return value reported by the system for this error.
errno = number (X'hexnum')
The errno value returned by the system for this error. For more information about this errno value, see z/OS XL C/C++ Runtime Library Reference. If errno = 0, no errno information is available from the system for this error.
reason code = hexnum
The reason code returned by the system for this error. For more information about this reason code, see z/OS UNIX System Services Programming: Assembler Callable Services Reference.
message = "string"
A system error message that describes this error as reported by errno. If errno = 0, this message is not meaningful.

System programmer response

For more information about this error, see z/OS XL C/C++ Runtime Library Reference and z/OS UNIX System Services Programming: Assembler Callable Services Reference. Follow any problem determination procedures suggested for the errno value and the other error information shown in the message. Additional error messages may appear on the system console when this error occurs. If so, also follow any user responses for those messages.

User response

Report this error to the system programmer.