Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can we open a =1.3.4 option in rexx

Status
Not open for further replies.

rexxpgm

Programmer
May 23, 2007
2
FR
I have want open the 1.3.4 option from rexx how can i do this
Address isredit
"= 1.3.4"
But it not works
 

The "=1.3.4" is not an ISREDIT command, and you aren't in ISREDIT anyway.

You will have to go exploring in the ISPF datasets. DDName=ISPPLIB has all the panels and you should start there by locating the ISPF Primary Option panel. Almost certainly this will reference (for action=1) a command or another panel. Chase that thread until you have determined the net result of "=1.3.4" and you should (should!) be able to issue whatever that "4" does in your REXX.

This is not going to be easy.


Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top