Readers,

   IBM helped identify the issue.  It is a TSO problem.  TSO gets 'confused' 
between line-mode and full screen.

   Before: ADDRESS ISPEXEC 'VPUT ...
              ADDRESS ISPEXEC 'DISPLAY ..
              ADDRESS ISPEXEC 'VGET ...

   After:    ADDRESS ISPEXEC 'VPUT ...
              ADDRESS ISPEXEC "CONTROL DISPLAY REFRESH"
              ADDRESS ISPEXEC 'DISPLAY ..
              ADDRESS ISPEXEC "CONTROL DISPLAY LINE START(1)"
              ADDRESS ISPEXEC 'VGET ...



  I have logged off and back on many times to get the new copy of my EXEC and 
PANEL.

Q).  What is the secret to 'refreshing' my 'link' to the code I keep changing 
in the dataset I have concatenated?


      Thanks for all your help,  Dave



Dave Hansen
Eagan Software Systems Branch
651-406-1208
dave.l.han...@usps.gov






----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to