Is it possible to setup a area in an ispf panel that I can access as a index type field and then write to that field using a rexx program.
Example:
I want an area of 16 lines for errors and want to be able to address that area one line at a time, so as I edit my input (input area is on the same panel as the error lines)and find an error I can increment and index in the rexx program and have the error appear on the next line. Or if anyone has a better way of doing this I'm open for suggestions.
Example:
I want an area of 16 lines for errors and want to be able to address that area one line at a time, so as I edit my input (input area is on the same panel as the error lines)and find an error I can increment and index in the rexx program and have the error appear on the next line. Or if anyone has a better way of doing this I'm open for suggestions.