User response
AVZ3060S INVALID PC FUNCTION CODE funcode, DETECTED AT addr
Explanation
The product space switch PC routine has been invoked with an invalid function code (funcode). This may be caused by specifying an incorrect product subsystem ID on a request when there are multiple copies of the product in the system at different release levels.
User response
Verify that the request that resulted in the product space switch PC routine being invoked is being issued to the correct product subsystem. If the problem cannot be resolved, contact Software Support.
AVZ3061E service ABEND abcode AT modname+offset
Explanation
An abend failure occurred in the product space switch PC routine. The error message provides the abend code and abend location. This failure was probably caused by a programming error in the calling routine or in the space switch PC routine. This failure can also be caused by product installation and maintenance errors.
User response
Check if any other error messages were generated along with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is appropriate.
Otherwise, contact Software Support to obtain additional assistance.
AVZ3062E service desc FAILED RC=rcode, DETECTED AT addr
Explanation
This is a generic error message used to describe a wide variety of errors. The message text gives a description of the current operation (service) and what the current operation was trying to do.
User response
Check the error messages and the return code associated with this problem. There may be one or more error messages referring to the current problem.
If possible, fix the problem identified by the error messages, and retry the operation. If the problem cannot be resolved, contact Software Support.
AVZ3063E plist action FAILED, DETECTED AT addr
Explanation
The space switch PC routine is attempting to copy (action) a parameter list (plist) passed by its caller into storage that can be accessed in space switch mode and has found that the target storage area is not large enough.
User response
This is an internal product error condition. Contact Software Support. Software Support.
AVZ3070S func (funcode) SERVICE errdesc ccode rsncode errloc modname +offset creg15
Explanation
The product stacking PC function (func) has been invoked in an invalid manner, has been invoked in an invalid environmental state, or has abended during execution.
creg15 represents control register 15, if avail, or zeroes
User response
Verify that the request that resulted in the stacking space switch PC routine being invoked is being issued to the correct product subsystem. If the problem cannot be resolved, contact Software Support.
AVZ3071T func (funcode) SERVICE errdesc ccode rsncode errloc modname +offset creg15
Explanation
The product stacking PC function (func) has been invoked in an invalid manner, has been invoked in an invalid environmental state, or has abended during execution. This is a duplicate of message 3070S but is written to the trace.
creg15 represents control register 15, if avail, or zeroes
User response
Verify that the request that resulted in the stacking space switch PC routine being invoked is being issued to the correct product subsystem. If the problem cannot be resolved, contact Software Support.
AVZ3080E operation FAILED FOR userID RC=rcode AT addr
Explanation
A logoff to the current server address space was attempted by a user other than the one currently logged on. The current server address space is terminated, and a new one will be started.
User response
If problems are encountered with servers, the product cancels them and restarts them. This is normal product operation. Check if the current ABEND was an independent one or if it was caused by the product, and resolve the problem accordingly.
AVZ3081T TSO SERVER IN ASID asid traceinfo1 traceinfo2 traceinfo3 traceinfo4
Explanation
This is a trace message issued by the subsystem data set read/write routine.
User response
None. This message is for informational purposes only.
AVZ3082W OUTPUT LIMIT EXCEEDED (limit LINES) - CANCEL SELF WITH S722
Explanation
A TSO command running in a product TSO server address space has exceeded the output line limit for
server commands as specified in the TSOSRVMAXLINES parameter.
User response
Modify the command to reduce the number of lines output, or increase the TSOSRVMAXOUTPUTLINES value. The TSO server will cancel itself with an S722 completion code to abort processing of the current command.
AVZ3083S Command requested more input -command aborted
Explanation
The product Servers do not support commands that request additional input in subcommand mode.
User response
Modify the command processor so that subcommand input is not required.
AVZ3084W service OF desc FAILED, RC=rcode
Explanation
This is a generic error message used to describe a wide variety of errors detected by the product TSOSRV subsystem interface read/write interface routine. The message text provides the current operation (service) and what the current operation was trying to do.
User response
Check the error messages and the return code associated with this problem. There may be one or more error messages referring to the current problem.
If possible, fix the problem identified by the error messages, and restart the product.
AVZ3085H jobname A=asid1 (asid2) TSO server terminated by request
Explanation
A product Server address space has received a request to terminate. This may occur at shutdown or when one of the parameters governing the TSO servers (MIN or MAX values) has been modified.
The message contains two address space identifiers (asid1 and asid2), which are in decimal and
hexadecimal respectively
User response
None. This message is for informational purposes only.
AVZ3086H LOGON of userID to TSO server failed - RC=rcode1 (rcode2) Reason=rsncode
Explanation
A product TSO server address space was not able to LOGON the indicated client userid. The current command is bypassed.
The message contains two return codes; rcode1 represents the SAF interface return code, and rcode2 represents the RACF return code
User response
Determine why the client userid logon failed, and resubmit the command.
AVZ3087H Requestor has revoked command request - cancel self with S622
Explanation
A product TSO server address space was not able to bind to the requesting task while attempting to return the results of a TSO command. The server abandons the request and terminates additional processing of the request by cancelling itself with a 622 completion code.
User response
Determine why the requesting task abandoned the request, and resubmit. The requesting task may have timed out while waiting for a response to the request.
AVZ3100S Invalid text insertion address -msgno addr modname+offset
Explanation
The product message formatting routine detected an error in a data address passed to it. Because of the invalid data address, a product message cannot be sent. This means that some other error may have occurred, but the error message was not sent because of the current error. The invalid address is actually an scon. The offset is the location of the calling routine that passed the invalid data.
User response
Check if any other error messages were generated along with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is appropriate.
Otherwise, contact Software Support for assistance with this problem.
AVZ3101S Message number msgno not found - modname+offset
Explanation
The product message formatting routine could not find a message number passed to it in the product
message table. Because the message number could not be found, a product message cannot be sent. This means that some other error may have occurred, but the error message was not sent because of the current error. The error is caused by either a calling routine passing an invalid message number or an error in the message table. The offset is the location of the calling routine that passed the message number that could not be found.
User response
Ensure that the product is properly installed. Check the message table assembly time, date, and version number. Check if any other error messages were generated along with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is
appropriate. If the problem cannot be resolved, contact Software Support.
AVZ3102S Invalid message text variable -msgno varname modname+offset
Explanation
The product message formatting routine could not process a substitution variable found in a message skeleton. Because the substitution variable could not be processed, a product message cannot be sent. This means that some other error may have occurred, but the error message was not sent because of the current error. The error is caused by a programming error in the message table. The offset is the location of the calling routine that invoked the message formatting routine.
User response
Ensure that the product is properly installed. Check the message table assembly time, date, and version number. Check if any other error messages were generated along with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is
appropriate. If the problem cannot be resolved, contact Software Support.
AVZ3103S Invalid text insertion data length -msgno modname+offset
Explanation
The product message formatting routine could not process the length part of a substitution variable ("%
()") found in a message skeleton. Because the substitution variable could not be processed, a product message cannot be sent. This means that some other error may have occurred, but the error message was not sent because of the current error.
The error is caused by a programming error in the message table. The offset is the location of the calling routine that invoked the message formatting routine.
User response
Ensure that the product is properly installed. Check the message table assembly time, date, and version number. Check if any other error messages were generated along with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is
appropriate. Otherwise, contact Software Support for assistance with this problem.
AVZ3104S Invalid text insertion data type -msgno modname+offset
Explanation
The product message formatting routine detected an invalid data type value passed to it by a calling routine.
Because of the invalid data type value, a product message cannot be sent. This means that some other error may have occurred, but the error message was not sent because of the current error. The error is caused by a programming error in the calling routine.
The offset is the location of the calling routine that passed the invalid data type value.
User response
Ensure that the product is properly installed. Check the message table assembly time, date, and version number. Check if any other error messages were generated along with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is
appropriate. If the problem cannot be resolved, contact Software Support.
AVZ3105S Output message buffer overflow -msgno modname+offset
Explanation
The product message formatting routine found that the current message will not fit in the output buffer.
Because of the buffer overflow condition, a product message cannot be sent. This means that some other
error may have occurred, but the error message was not sent because of the current error. The error is caused by either a programming error in the calling routine or a message table error. The offset is the location of the calling routine that invoked the message formatting routine.
User response
Ensure that the product is properly installed. Check the calling module assembly time, date, and version number. Also check the message table assembly time, date, and version number. Check if any other error messages were generated with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is appropriate. If the problem cannot be resolved, contact Software Support.
AVZ3106S Invalid packed decimal for text insertion - val modname+offset
Explanation
The product message formatting routine detected that an invalid decimal data value (val) had been passed to it by a calling routine. Because of the invalid decimal data value, a product message cannot be sent. This means that some other error may have occurred, but the error message was not sent because of the current error. The error is caused by a programming error in the calling routine. The offset is the location of the calling routine that invoked the message formatting routine.
User response
Ensure that the product is properly installed. Check the calling module assembly time, date, and version number. Check if any other error messages were generated with the error message above. If the combined error messages are sufficient to explain the problem, take whatever corrective action is
appropriate. If the problem cannot be resolved, contact Software Support.
AVZ3107S INVALID REPLY PARAMETER