The following error occurs generating the Database Management Solutions Post Install Bind job (ssid0002):
ISPF138
STOW error
Module ISPFITLR received decimal return code 12, decimal reason code 0
from the STOW macro.
Current dialog statement:
FTCLOSE NAME(ssid0002)
ISPF138 STOW error - Module aaaaaaaa received decimal return code bbbbbbbb,
decimal reason code cccccccc from the STOW macro.
Explanation
An internal error occurred in ISPF while doing file tailoring. An unexpected error code was returned from the common STOW module (ISPCST). The module that
received the code is aaaaaaaa; the value of bbbbbbbb is the decimal return code, the value of cccccccc is the decimal reason code returned from the MVS
STOW macro. Possible STOW errors are directory out of space or I/O error. For a more complete list of possible error conditions refer to the appropriate
system documentation on the STOW macro.
System programmer response
Refer to the appropriate system documentation on the STOW macro.
User response
Contact your system programmer.
When generated the Post Install Bind JCL is written to hlq.CDBASAMP. This dataset was at the maximum directory blocks. Once a new dataset was created with more directory blocks the error did not occur.
Documentation on the STOW macro:
Return code: 12 (X'0C')
Reason code: 00 (X'00')
No space left in the directory. The entry is not added, replaced, or changed.