Dilip,
I have written an edit macro to save the changes whilst in View mode. It is invoked by typing VREP on the command line. The REXX routine has,overtime become more complex e.g. using the replace will lose the original ISPF stats.
/* REXX */...
Checked the IBM manuals. It implies that the scrolling is handled by the REXX application not the Panel. The SCROLL(ON) appears to allow scrolling info to be passed back to the rexx to then control the scrolling.
I had originally thought that if the variable was greater than the screen...
RC after panel display is 0 for PF7/PF8 and 8 from PF3.
Using PF8 placing cursor in the dynamic area sets the following
.CURSOR is set to GRDYN (the dynamic variable)
.CSRPOS is set to 175 (relative position)
LVLINE(GRDYN)is set to 30
The variables are as expected
I took the...
Two things occur to me. Either SEND is another rexx routine or it is, as you say, an external program.
Using TSO ISRDDN (whilst in the application) and then "M SEND" will determine if the routine is REXX (ISRDDN will search the REXX/CLIST allocated in the application).
If that fails then have...
I'm trying to write a rexx application to display variable output. I was hoping that defining a panel with a dynamic area,which was scrollable, would allow the panel to navigate up and down without returning to rexx. However, when using PF8(down) & PF7(UP) control is returned to the rexx...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.