rexxnewbee
Technical User
Hello !!!
I am trying to code a simple rexx exec for use
in displaying mvs commands using an IOF panel.
I intend this to be interactive and not batch.
For example, I would like to issue the following mvs command, d grs,c to display conflicts via a rexx exec. Here are my last
2 lines of code:
address iof
"display panel(pnlname)"
this is where I get the error message of:
panel not found
Do I need to allocate a dsn to panel? If so,
what do I need to code and am I missing
anything else?
All I want to do is display commonly used
mvs commands using an IOF panel thru a rexx
exec.
Any help would be greatly appreciated. THANKS
I am trying to code a simple rexx exec for use
in displaying mvs commands using an IOF panel.
I intend this to be interactive and not batch.
For example, I would like to issue the following mvs command, d grs,c to display conflicts via a rexx exec. Here are my last
2 lines of code:
address iof
"display panel(pnlname)"
this is where I get the error message of:
panel not found
Do I need to allocate a dsn to panel? If so,
what do I need to code and am I missing
anything else?
All I want to do is display commonly used
mvs commands using an IOF panel thru a rexx
exec.
Any help would be greatly appreciated. THANKS