IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

passing a value from a rexx program to a panel


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raam

New User


Joined: 29 Jan 2007
Posts: 13
Location: mumbai

PostPosted: Mon Jun 11, 2007 11:11 am
Reply with quote

hi...i want pass a value from a rexx program to a panel..but the value is present in a loop and it increments with certain delay..so i want to pass the value each time it increments in the loop and display it on the panel without pressing any attention key in panel.....
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Jun 11, 2007 11:15 am
Reply with quote

I don't get it: When the panel is DISPLAYed, your REXX is actually in a "wait" status, that is - no loop is performed within the REXX... icon_rolleyes.gif

O.
Back to top
View user's profile Send private message
raam

New User


Joined: 29 Jan 2007
Posts: 13
Location: mumbai

PostPosted: Mon Jun 11, 2007 11:56 am
Reply with quote

how to display a value on the panel repeatedly with some delay
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Jun 11, 2007 11:59 am
Reply with quote

See this previous topic.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Mon Jun 11, 2007 12:01 pm
Reply with quote

In mainframe the screens cannot be auto refreshed without manual intervention.

User has to press enter to see new values on the screen.

The other option you can lock the screen and keep looping your script and display the incremental value.
Back to top
View user's profile Send private message
raam

New User


Joined: 29 Jan 2007
Posts: 13
Location: mumbai

PostPosted: Mon Jun 11, 2007 12:21 pm
Reply with quote

can you help me in finding out some sample or example rexx programs for locking the screen and keep looping script and display incremental value
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Jun 11, 2007 12:44 pm
Reply with quote

raam - take a look at the link provided by superk. CONTROL DISPLAY LOCK is what you need.

O.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top