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

How to refresh a screen using Rexx


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
murshad paramba

New User


Joined: 14 Oct 2008
Posts: 12
Location: calicut

PostPosted: Mon Dec 01, 2008 7:39 pm
Reply with quote

I have code Rexx program which throws some information based on the user input .But once the initial screen is thrown,the user have give input in the same screen.But i need to give the input in a fresh screen.So is there any way to refresh the screen using rexx?
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 Dec 01, 2008 7:42 pm
Reply with quote

No. REXX has no control over screens. That's a TSO/E issue and even that doesn't have anything built-in. You'll need specialized Assembler code to do what you want.

My suggestion would be to get into the habit of using ISPF and basic ISPF panels for user input and output. You have much more control over screen content in that environment.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
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
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top