|
|
| Author |
Message |
veena_nagesh2002 Warnings : 1 Active User
Joined: 07 May 2005 Posts: 112 Location: hyderabad
|
|
|
|
Have developed below screen
Q 1) Earlier it use to display Tso user id at the Tester location now its not reflecting
This happening any problem with the code
Q 2) When ever any error the entire session is terminating. so is it possbile over come and
pop up errors on the same area
Q 3) some times the changes are not reflecting on the screen even the i saved the edited code
please kindly help me on this |
|
| Back to top |
|
 |
References
|
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2039 Location: Israel
|
|
|
|
What I've seen in your attached doc is an ISPF panel. Please remember that ISPF panels have nothing to do with REXX. You may display panels using any supported language.
To prevent the "abend" screen", use the service "CONTROL ERRORS RETURN" in the invoking dialog (yes, it might be REXX).
Also, as already explained many times in this forum, ISPF uses an internal buffer whenever you re-display a panel, in order to save on resources. If you change a panel and want to display the updated version, run it under TEST mode first (this is also well explained in the fine manual).
O. |
|
| Back to top |
|
 |
Moved: Wed Oct 15, 2008 11:12 am by ofer71 From CLIST & REXX to TSO/ISPF |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3731 Location: Brussels once more ...
|
|
|
|
AND DO NOT post attachments as many people are unable to download or view them due to the security policy at their shop.
The less people that see them, the less people are able to help you. |
|
| Back to top |
|
 |
veena_nagesh2002 Warnings : 1 Active User
Joined: 07 May 2005 Posts: 112 Location: hyderabad
|
|
|
|
I was wrongly posted the topic to TSO & ISPF instead of rexx. can you guys route to rexx group.
Thanks alot in advance |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2039 Location: Israel
|
|
|
|
I moved it to the TSO/ISPF forum, as ISPF panels (again) are components of ISPF, and have nothing to do with REXX.
O. |
|
| Back to top |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 632 Location: work
|
|
|
|
| Quote: |
| Q 1) Earlier it use to display Tso user id at the Tester location now its not reflecting |
Where is variable TUSER being set? |
|
| Back to top |
|
 |
|
|