Page 1 of 1

Add new product to ISPF Panel

PostPosted: Thu Feb 24, 2011 6:16 pm
by ballj35
Everyone,

Could I get some direction on where the ISPF Panel Name can be found on the Z/OS System. We do not have a System Programmer here, that I can contact to ask and therefore I am tasked to get it done. We have installed a product on the mainframe and would like to have it execute from the ISPF Panel.
The details are as follows:

Step X: Add product_name to ISPF Menu

The product_name option should be added to your current ISPF primary (or other) option dialog panel. A sample ISPF primary option panel name "ISR@PRIM" has been included as a reference model. Your installation's "ISR@PRIM" panel should be modified as described
below for product_name support.

Add the following two (2) option lines to the ")BODY" section:
V +XXXX - EXTENDED CATALOG LIST AND CATALOG ANALYSIS;
- VSAM DATASET DESIGN, ANALYSIS, AND RECOMMENDATIONS

Add the following line to the ")PROC" section "&ZSEL.." statement"
V,'PANEL(VSUMPRIM) NEWAPPL(VSUM)'

I am not sure where this member is at to be able to modify it and the name of it. I would appreciate any assistance in this matter.
Thanx in advance.

Jerry

Re: Add new product to ISPF Panel

PostPosted: Thu Feb 24, 2011 6:51 pm
by Robert Sample
Sign onto ISPF and issue command TSO LISTA SYS ST H to find out what is allocated to your TSO session. Check the ISPPLIB libraries.

Re: Add new product to ISPF Panel

PostPosted: Thu Feb 24, 2011 8:16 pm
by ballj35
I have gotten this member installed and running. Thanx so much for the
information and support. This issue can be closed.

Jerry