Reason:
If the error was in the MUF, the MUF startup option DATAPOOL length needs to be changed. If the error occurred in DBUTLTY or Single User, a buffer size (DATALN) specified in the Master List is too small.
Action:
See the following internal return codes for details.
Return Code 70 Internal Return Codes
|
Dec |
Hex |
M |
B |
Reason |
Action |
|---|---|---|---|---|---|
|
001 |
01 |
N |
N |
DATA AREA TOO LARGE A data area you are attempting to open has a larger block size than the alternative buffer pool size specification. |
Change the BUFFER_POOL_CONTENT statement for this data area to a buffer pool with a buffer size at least as large as the data area block length. |
|
002 |
02 |
N |
N |
DXX TOO LARGE A DXX you are attempting to open has a larger block size than the alternative buffer pool size specification. |
Change the BUFFER_POOL_CONTENT statement for this DXX to a buffer pool with a buffer size at least as large as the DXX block length. |
|
003 |
03 |
N |
N |
IXX TOO LARGE An IXX you are attempting to open has a larger block size than the alternative buffer pool size specification. |
Change the BUFFER_POOL_CONTENT statement for this IXX to a buffer pool with a buffer size at least as large as the IXX block length. |
|
038 |
26 |
N |
N |
DATA LENGTH NOT LARGE ENOUGH An area is being opened that has a block size larger than the buffer |
Correct the MUF startup option and restart the Multi-User Facility or correct the Master List, then reassemble and relink it. |
|
084 |
54 |
N |
N |
INDEX BUFFER TOO SMALL An Index Area is being opened that has a block size larger than |
Increase the size of the Index buffer by increasing the value of the ixxbfrsize parameter of the MUF startup option SYSPOOL and restart the MUF. |
|
Copyright © 2014 CA.
All rights reserved.
|
|