Monday, June 25, 2012

Rexx Program To Display a ISPF PANEL




hi folks,


This a sample piece of Code how to display a ISPF Panel Using Rexx.


/******************* REXX AT REXXPROGRAMMING.BLOGSPOT.COM*************************/
 ADDRESS ISPEXEC                                                     
 "LIBDEF ISPPLIB DATASET ID('YOUR.PANELPDS.NAME')"  


ADDRESS ISPEXEC                
 "DISPLAY PANEL(PANELNAME)"
EXIT


Where PANELNAME is the member inside YOUR.PANELPDS.NAME.

2 comments:

  1. So happy to be given a privilege to post a comment here. You have a wonderful site. Thank you for the effort to publish this.

    www.gofastek.com

    ReplyDelete