Page 1 of 1

panel error

PostPosted: Fri Feb 11, 2011 5:45 pm
by syamcs
a new error iam getting, its not an error, the problem is as follows if I make change in my source code for example like I added a new text field code in the source program and then execute it the added text field won't be shown tht is it is not reflected in the output, once you log out from the session and logged again and execute it then the changes will be updated :lol:

Re: panel error

PostPosted: Fri Feb 11, 2011 6:47 pm
by MrSpock
Read this document:

http://publibz.boulder.ibm.com/cgi-bin/ ... 5851&CASE=

C.5.2 Unexpected output

ISPF services do not pick up updated copies of messages or panels.
When not in TEST mode, the most recently accessed panel and message definitions are retained in virtual storage for performance reasons. If you have modified a panel or message file, using TEST mode ensures that the latest copy of each message or panel is accessed.


You'll find the details of how to use TEST mode within that same document.

Re: panel error

PostPosted: Fri Feb 11, 2011 7:13 pm
by prino
syamcs wrote:a new error iam getting, its not an error, the problem is as follows if I make change in my source code for example like I added a new text field code in the source program and then execute it the added text field won't be shown tht is it is not reflected in the output, once you log out from the session and logged again and execute it then the changes will be updated :lol:


Use option 7.2 (Dialog Test -> Panels) to pull in the latest copy.

Re: panel error

PostPosted: Mon Feb 14, 2011 1:14 pm
by syamcs
thanks Mr.Spock