Can anyone help me in passing the text at the cursor position as input to the REXX program?
i.e. I would type the REXX pgm name in the command line and then move the cursor to the required position. This pgm should get the text at the cursor as input and run..
Joined: 26 Apr 2004 Posts: 3382 Location: Charlotte,NC USA
If you are looking to code this as an ISPF EDIT Macro, then you might want to look at the ZOOM command for a good example. The ZOOM command is not a part of standard ISPF, but many shops have it installed anyway. If you don't have it available, the source code is posted on the Internet.