On 1/25/2012 9:30 AM, Hansen, Dave L - Eagan, MN wrote:
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



You want to run in Test mode. This always refreshes panels and messages.

Start ISPF with

   ISPF TEST

or, once you are in ISPF, run your tests under ISPF option 7,
Dialog Test



--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
    for training dollars at
  http://www.trainersfriend.com/ROI/roi.html

----------------------------------------------------------------------
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