View previous topic :: View next topic |
Author |
Message |
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Wed Dec 07, 2005 12:02 pm Post subject: needed info on Creating Panel using rexx? |
|
|
1)i have to create panels using rexx for my project.Instead of calling the already available panels in the ISPF ,i have to create my own panel using rexx.can u please mention the link of the ibm manual to create panel using rexx.
2)and i have seen some tools which automatically run after giving the
command TSO toolname,instead of giving TSO EXEC statement.So how to create a tool and just call my rexx tool by using command TSO toolname. |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Wed Dec 07, 2005 12:27 pm Post subject: |
|
|
http://www.mvsforums.com/helpboards/viewforum.php?f=24
Quote: | Instead of calling the already available panels in the ISPF ,i have to create my own panel using rexx |
That statement does not make sense. You can not create panels using Rexx. Rexx on MVS has no built in panel capabilities. You must use ISPF, though you can call ISPF services from Rexx.
You can also imbed ISPF panels within an exec, which is useful for small homegrown tools. See the ISRSETLN exec that ships with ISPF for an example. |
|
Back to top |
|
|
|
|