Customer has installed Tivoli Advanced Allocation Manager (TAAM) and is using PDSMAN. Ran into the following errors:
16.22.31 JOB20026 GLO2150I INCREASING PDS DIRECTORY SIZE -OP91
16.22.31 JOB20026 GLO2123I GLOJIVP1,DIRINC,,DD21,C900.GLO.TEST.DATA -OP91
16.22.31 JOB20026 PDSMDUPD-6 DDNAME DD21 PERMANENT I/O ERROR WHEN WRITING EOF FOR MEMBER M21
16.22.31 JOB20026 PDSMDUPD-3 SYNADAF DATA - DF11,D,********,1D- OP,NO RECORD FOUND,**************,EXCP
16.22.31 JOB20026 PDSMDUPD-4 SENSE/CSW/FAILING CCW 0008/9AF7000E400008/1D9AF65D00000008
16.22.31 JOB20026 PDSM021-24 FASTSTOW BYPASSED FOR MEMBER M21 IN LIB C900.GLO.TEST.DATA -DIRECTORY
Some features of TAAM may not work well with features within PDSMAN, these should be tested and researched.
z/OS any level
PDSM 7.7 and above
Tivoli Advanced Allocation Manager
In the PDSMINT options data set for PDSMAN is the following option
$BSI FASTSTOW=Y
This should be changed to
$BSI FASTSTOW=N
In the PDSM Administration Guide page 101 describes the control statement.
This parameter controls the operation of the PDSMAN FastStow facility, a high-performance replacement for PDS STOW operations that are otherwise handled by the operating system STOW routines. FastStow support is of greatest benefit where large numbers of STOW operations may be performed against a library, such as may occur during PDSM02 processing of libraries containing many members.
Y - Enable FastStow support globally.
R - Enable FastStow support only for those libraries which are matched by a $UPDATE rule which specifies FASTSTOW=Y. Using this option permits FastStow implementation on a library-by-library basis.
N- FastStow support not required (default).
This is not a required function.