Hi again!
In my case the the help panel UP/DOWN scroling is performed by LEFT and RIGHT commands. I found a workaround for this issue: http://www.mainframesupport.dk/tips/tip1148.html
BR
thread277-1740310
I discovered that keys PF10 and PF11 take the function of UP and DOWN scroll. Typing 'keys' in command line the table shows that PF10 and PF11 are responsible for RIGHT and LEFT scroll.
Does anyone have any idea where the problem lies?
BR Jaka
p.s.
When I test the...
Hi,
I'm using extended CONSOLE (EMCS) to send commands. I would like to suppress the responses written to SDSF LOG. Anyone?
Here is the code:
/*REXX*/
USR=USERID()
CMD="D A,L"...
Hi community,
I'm trying to figure out how to retain CSR scroll value after scroll command on a panel table.
Declaring INIT) section with .zamt=CSR only works for first scroll afterwards the .zamt becomes blank
and starts to scroll with PAGE amount. Declaring REINIT section with .zamt=CSR does...
Hi community,
I created a help panel containing AREA section. I tested the panel with Dialog test and everything worked OK.
When this panel gets oppened as .help panel via PF01 in another panel I get a variety of responses:
using in Dialog test as a help panel to another panel: scroll does...
The previous post contains wrong info!
xyz has no table only )attr )body )init )reinit and )proc
mycmd processes parameters, allocates resources, calls a pgm, frees resources and exits
mycmd is called from the )proc section of xyz.(re)display of xyz after the )proc (as mentioned within the...
xyz has no table only )attr )body )init )reinit and )proc
mycmd processes parameters, allocates resources, calls a pgm, frees resources and exits. not a single ISPF call is made.
mycmd is called from the )proc section of xyz
(re)display of xyz after the )proc (as mentioned within the )proc a...
Hi!
I bring up a panel with:
&zsel="PANEL(xyz) NEWAPPL PASSLIB"
Using xyz I collect some parameters and do:
&zsel="CMD(%mycmd &parm...)"
After mycmd completes the xyz panel is )INIT-ialized. How can I make it to )REINIT-ialize?
BR Jaka
I found a way of doing this by allocating PDS and then reading the directory (1st 256B).
To bypass allocating I would need to locate the PDS via mcat, ucat and vtoc.
I would like to write a program that behaves like REXX external function SYSDSN.
In order to call SYSDSN from assembler we need to create a TSO environment. Inefficient in my opinion.
I hope it works!
iterate trough stack and find a match ex. for number 1
la r4,1
la r5,stack2
la r6,0
la r7,stack1
sr r5,r7
lr r7,r5
la r5,stack2
loop c r4,0(r6,r5)
be tost3
la r6,1(r6)
b loop
tost3 la...
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.