Showing posts with label How to call ISPF PANELS FROM REXX PROGRAM. Show all posts
Showing posts with label How to call ISPF PANELS FROM REXX PROGRAM. Show all posts

Monday, June 25, 2012

How To Call ISPF Panels From REXX PROGRAM



Hi folks,


      Create a panel and keep it in a separate PDS which is called 'ISPF PANEL LIBRARY'

In the Rexx program add the library using this piece of code


/*************** Rexx At REXXPROGRAMMING.BLOGSPOT.COM***************/

"ispexec libdef ispplib library id (PANEL.PDS.NAME)"

After this you can call using

"ispexec display panel(PANEL.MEMBER.NAME)"


Exit


Where


PANEL.PDS.NAME              - Is the PDS name where the panel actually exist
PANEL.MEMBER.NAME    - The member name  inside PANEL.PDS.NAME