View previous topic :: View next topic |
Author |
Message |
aditya Beginner

Joined: 22 Mar 2010 Posts: 1 Topics: 1 Location: India
|
Posted: Tue Mar 23, 2010 1:27 am Post subject: How to clear screen CLIST? |
|
|
Hi,
I need to clear the screen in between the program (CList) I trired by using the CLEAR it is working at the begning of the program but I want to clear the screen in the mid after taking the some vaules wotout lossing the data and I want to display those in a new screen at the TOP.  _________________ --Aadi |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Tue Mar 23, 2010 9:09 am Post subject: |
|
|
How do you display the values now?
On a Panel?
With the WRITE command in CLIST? _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Mar 23, 2010 3:46 pm Post subject: |
|
|
no built in way in CLIST. Your site may have a homegrown command though. Common names for this are CLRSCRN and CLEAR, though I've also seen CLS (modeled after the DOS command) and K (modeled after the master console). I also wrote an ISPCLEAR ( http://www.sillysot.com/ftp/ispclear.txt ) but its been so long I have no idea how it works anymore. _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
 |
prino Banned
Joined: 01 Feb 2007 Posts: 45 Topics: 5 Location: Oostende
|
Posted: Fri Mar 26, 2010 5:02 am Post subject: |
|
|
It still worked on z/OS 1.9 when I last tried. |
|
Back to top |
|
 |
|
|