M204.2580: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
No edit summary |
||
Line 17: | Line 17: | ||
<b>Response:</b> Look up the return code and reason code to determine if a system parameter needs to be adjusted or if [[Contacting Rocket Software Technical Support|Technical Support]] needs to be contacted.</p> | <b>Response:</b> Look up the return code and reason code to determine if a system parameter needs to be adjusted or if [[Contacting Rocket Software Technical Support|Technical Support]] needs to be contacted.</p> | ||
<ul> | <ul> | ||
<li>If the | <li>If the message says <code>ALESERV</code> or <code>DSPSERV</code>, the IBM manual to look in is: | ||
<P> | <P> | ||
<var class="book">z/OS Programming: Authorized Assembler Services Reference, Volume 1 (ALESERV-DYNALLOC)</var>, Document Number GC28-1764 </P></li> | <var class="book">z/OS Programming: Authorized Assembler Services Reference, Volume 1 (ALESERV-DYNALLOC)</var>, Document Number GC28-1764 </P></li> |
Latest revision as of 00:34, 28 March 2018
M204.2580 Error creating dataspace token - token2 failed R15=hexValue R0=hexValue2
One of the following requests dealing with dataspace services failed:
- ADRSPACE CREATE
- ALESERV ADD
- ALSERV ADD
- DSPSERV CREATE
The value of register 15, the return code, and register 0 (the reason code), are specified.
Response: Look up the return code and reason code to determine if a system parameter needs to be adjusted or if Technical Support needs to be contacted.
- If the message says
ALESERV
orDSPSERV
, the IBM manual to look in is:z/OS Programming: Authorized Assembler Services Reference, Volume 1 (ALESERV-DYNALLOC), Document Number GC28-1764
- If the message says
ADRSPACE
orALSERV
, the IBM manual to look in is: z/VM/ESA CP Programming Services, Document Number SC24-57-60
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |