For dialog testing I use PDF Option 7.1 and specify Panel ISR@PRIM . You 
could narrow the scope, but this is simple. It causes every 'fetch' to 
reread the relevant library so that you're always current. After your 
testing is done, it would be prudent to exit/reenter PDF for the sake of 
efficiency. 


.
.
JO.Skip Robinson
SCE Infrastructure Technology Services
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
[email protected]



From:   "Hansen, Dave L - Eagan, MN" <[email protected]>
To:     [email protected]
Date:   01/25/2012 08:34 AM
Subject:        QUEUED() not working with ISPF (CROSS POSTED to ISPF-L)
Sent by:        IBM Mainframe Discussion List <[email protected]>



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
[email protected]

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to