View previous topic :: View next topic |
Author |
Message |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Thu Dec 05, 2002 5:11 am Post subject: |
|
|
If you use a panel the panel will clear the screen. If you just use say the screen will not be cleared. Most of us have a program that clears the screen before we would put something on it. This is usually an assembler program. |
|
Back to top |
|
 |
Premkumar Moderator

Joined: 28 Nov 2002 Posts: 77 Topics: 7 Location: Chennai, India
|
Posted: Thu Dec 05, 2002 6:03 am Post subject: |
|
|
One such, CLR3270 is available in CBT File #119. |
|
Back to top |
|
 |
DaveyC Moderator

Joined: 02 Dec 2002 Posts: 151 Topics: 3 Location: Perth, Western Australia
|
Posted: Thu Dec 05, 2002 10:52 am Post subject: |
|
|
Are you invoking that program with a SELECT PGM ISPF service ? _________________ Dave Crayford |
|
Back to top |
|
 |
ak Beginner
Joined: 04 Dec 2002 Posts: 4 Topics: 0 Location: New York, USA
|
Posted: Thu Dec 05, 2002 4:46 pm Post subject: |
|
|
Ravi, This is an inherent problem. Clearing the screen or setting the cursor to Home will not solve the problem. What you may want to research on is to find out what PL/I is throwing to the screen. If you can change that program to splash a 'clear screen' your problem may get solved.
If your invocation can be from edit macro, try :
Code: |
"CONTROL DISPLAY LINE START(1)"
|
HTH. |
|
Back to top |
|
 |
|
|