FSUM2315
No session was started. An error occurred while the OMVS command was setting up information needed by the shell. Function = setenv(), environment variable name = COLUMNS, return value = number, errno = number (X'hexnum'), reason code = hexnum, message = 'string'

Explanation

No session was started with the z/OS shell, because OMVS was unable to set the COLUMNS environment variable required by the shell.

In the message text:
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 on the errno and reason code values displayed in this message, see z/OS UNIX System Services Programming: Assembler Callable Services Reference and z/OS XL C/C++ Runtime Library Reference.

User response

Provide the system programmer with this message number and any variable information displayed in the message.