Creating panels using REXX



IBM's Command List programming language & Restructured Extended Executor

Creating panels using REXX

Postby pfiroz » Mon Jan 21, 2008 9:06 pm

Hi, I need to know how can i create a panel using REXX. In this panel i need to have two input variables, one a search string another the path name in which the search string is to searched ( similar to 3.14 option ) and the ouptput should be saved in a dataset. Please assist.
pfiroz
 
Posts: 1
Joined: Thu Dec 27, 2007 6:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Creating panels using REXX

Postby MrSpock » Tue Jan 22, 2008 5:51 am

I might like to help, but your post has me confused. Perhaps you could clarify what you're looking for, what you've already done, and where specifically you need help.

You said:

I need to know how can I create a panel using REXX.


You CREATE a panel definition using the ISPF panel language. You can DISPLAY an ISPF panel using the standard ISPF Dialog command DISPLAY, in REXX or any other language. If you just want to CREATE a panel, I'd suggest that you use on of the pre-defined panel models (the Data Entry model would be a good one to use) in your own panel library and make your changes as needed.

You said:

In this panel I need to have two input variables, one a search string another the path name in which the search string is to searched ( similar to 3.14 option ) and the ouptput should be saved in a dataset.


Why are you re-designing an existing ISPF function? Anyway, if the ISPF 3.14 option is close to what you need, then why not just use that panel's design as a template for yours.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post