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.
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.