Vantage
We have a lot of extents on the RSTLOG file. The reason for the VSAM error is on a PUT transaction. Basically, we need to reallocate the file with a larger primary/secondary. The job to reallocate the file is located at:
VANTR14.INSTALL(J01RSTLG)
Update the allocation via the CYLINDERS parm, such as:
DATA - (NAME(vantage vsam data log file name) -
CYLINDERS(012 004) - -->> UPDATE this
CISZ(18432) -
RECORDSIZE(00176 00176)) - *