Using Mainframe Application Tuner, what is the reason for a UTIL096 error in Registration when I ADD a COBOL listing from a PRTOSYM dataset?
search cancel

Using Mainframe Application Tuner, what is the reason for a UTIL096 error in Registration when I ADD a COBOL listing from a PRTOSYM dataset?

book

Article ID: 44145

calendar_today

Updated On:

Products

Mainframe Application Tuner

Issue/Introduction

Question:

Using Mainframe Application Tuner, what is the reason for a UTIL096 error in Registration when I ADD a COBOL listing from a PRTOSYM dataset?

The full set of error messages that we received are:

UTIL096 MISMATCH ON TOTAL AVAILABLE FREE RECORDS

UTIL001 PRINT=BPU30EDT

UTIL055 PROGRAM NOT FOUND IN FILE - REQUEST IGNORED

UTIL011 CA INTERTEST BATCH UTILITY RUN COMPLETED

 

 

Environment

Release:
Component: MATUNE

Resolution

The only way to resolve the message

UTIL096 MISMATCH ON TOTAL AVAILABLE FREE RECORDS

is to do the following with the PROTSYM VSAM dataset getting the error:

  1. Run IN25UTIL to UNLOAD all members to a flat file.  Use the release level of IN25UTIL that was used to initially create that PROTSYM dataset.
  2. Run IDCAMS DELETE and DEFINE to recreate the PROTSYM dataset.
  3. Run IN25UTIL with INITIALIZE on that new PROTSYM dataset.
  4. Run IN25UTIL with RELOAD using the flat file from 1.