Explanation
The z/OS UNIX component
ended or was stopped while you were using the OMVS command. z/OS UNIX was then
restarted.
In the message text:
- error-code
- The error code shows which function reported that z/OS UNIX was restarted:
- 68
- fork()
- 70
- chdir()
- 71
- getlogin()
- 72
- getpwnam()
- 73
- dup2()
- 74
- open()
- 75
- setsid()
- 76
- close()
- 77
- close()
- 78
- close()
- 78
- close()
- 79
- attach_exec
- 80
- kill()
- 81
- write()
- 82
- read()
- 83
- catopen()
- 84
- sigprocmask()
- 85
- sigaddset()
- 86
- sigemptyset()
- 87
- sigpending()
- 88
- sigismember()
- 89
- sysconf()
- 90
- setenv()
- 91
- clearenv()
- 92
- setlocale()
- 95
- close()
- 96
- close()
- 97
- close()
- 98
- close()
- 99
- close()
- 100
- open() - master TTY
- 101
- open() - slave TTY
- 102
- fork() - when starting session
- 103
- fork() - when ending session
- 104
- waitpid() - while in session
- 105
- waitpid() - when ending session
- 106
- stat()
- 107
- sigaction()
- 109
- sigdelset()
- 110
- sigfillset()
- 111
- read() to pipe
- 112
- pipe()
- 113
- fcntl()
- 114
- close()
- 115
- close()
- 116
- close()
- 117
- fcntl()
- 118
- sigprocmask
- 119
- mvssigsetup
- 120
- mvsunsigsetup
- 121
- waitpid()
- 122
- setuid()
- 123
- seteuid()
- 124
- w_getpsent()
- 125
- time()
- 126
- access()
- 127
- tcgetattr()
- 128
- tcsetattr()
- 129
- tcflush()
- 130
- tcgetpgrp()
- 131
- select()
- 132
- ioctl()
- 133
- tcdrain()
- 134
- getlogin (BPX1GLG)
- 135
- getutxline()
- 136
- pututxline()
- 137
- fstat()
- 138
- ptsname()
- 139
- ttyname()
- return-value
- The return value from the function. If this value is zero, there
is no return value available for this error.
- errno-decimal
- The errno value, in decimal, returned from the function. If this
value is zero, there is no errno available for this error.
- errno-hex
- The errno value, in hexadecimal, returned from the function.
- reason-code
- The reason code returned from the function. If this value is
zero, there is no reason code for this error.
- system-message
- The system message corresponding to the errno value. If errno
is zero, this message is not meaningful.
System action
The OMVS command ends and returns to TSO/E.
The OMVS command may also abend with EC6 abend code after this
message is displayed.
System programmer response
If logging off and back on to TSO/E
did not solve the problem, respond as indicated for the displayed
reason code. For a description of the displayed errno and reason code
values, see z/OS XL C/C++ Runtime Library Reference.
User response
Make sure all z/OS UNIX applications
have ended. If ISPF is active, end it and return to the TSO/E READY prompt.
End any active REXX exec or CLIST. Then reenter the OMVS command.
If
the error recurs, try logging off TSO/E. Log back on and reenter OMVS.
If the error still recurs, contact the system programmer with the
reason shown in the second-level TSO/E message.