After upgrading to the new version of Panvalet, started getting IKJ56241I and IKJ56231I UTILITY DATA SET NOT ALLOCATED errors when trying to perform a BROWSE.
search cancel

After upgrading to the new version of Panvalet, started getting IKJ56241I and IKJ56231I UTILITY DATA SET NOT ALLOCATED errors when trying to perform a BROWSE.

book

Article ID: 49022

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

When performing a BROWSE, get the following errors:

 	IKJ56241I UTILITY DATA SET NOT ALLOCATED+ 	
 	IKJ56241I SPECIFIED UNIT IS UNDEFINED 	
 	IKJ56231I UTILITY DATA SET NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+ 	
 	IKJ56231I TEXT UNIT X'0002' CONTAINS INVALID PARAMETER 

 

Do not get the errors when doing an EDIT or VIEW.

Resolution

Temporary Edit and Browse data sets are created using the unit name specified in the variable &PDUN of the panel definition member PSPIPOPT.

Compare the value of &PDUN in the v14.6 PSPIPOPT member in the CBA5PNL0 library to the value specified in the v14.5 PSPIPOPT member in the CAIISPP library.

Adjust &PDUN as needed for your specific system requirements.

        /* FOR BROWSE(ONLY) , UNIT Variable PDUN can be set to VIO.       */
        /*                                                                */
        &PDUN = 'VIO     '     /* UNIT   (If blank, default UNIT is used) */ 
        /*                               IF VIO only BROWSE WILL USE IT   */ 

 

An assignment string of blanks results in the Option for ISPF using a default unit.

VIO can be specified for the PDUN variable. However, this applies only to Browse functions. Edit functions cannot use VIO data sets.

See the PSPIPOPT Installation Options section of the Panvalet Installation Guide for more information on customizing PSPIPOPT.