Stefan, This newsgroup is a mirror of a list-server and that is where the majority of the IBM-MAIN people read the posts. To subscribe, see the info attached below. This reply will send your answer to the group.
Kees. "stefan" <[email protected]> wrote in message news:<4850d309-da79-4d96-a1eb-2d7a4c99e...@k40g2000yqf.googlegroups.com> ... > The procedural logic that's causing this strange behavior could be > buried in 3 different kind of sources which need different tactics: > 1. Logic is in an ISPF panel: Type "panelid on" in the command line to > see the name of the current menu panel in the upper left corner. Then > enter "tso isrddn m <panelname>" in the command line. Replace > <panelname> with the name of the current menu panel. ISRDDN will show > you the DD name to which the dataset containing the menu panel is > allocated. Enter "v" as a line command to view the panel source > member. When you scroll to the )PROC section you might get an idea of > the included logic. If you really want to debug the panel's logic, > issue "ispdptrc" on the command line to start the ISPF panel trace. > Then select your desired menu option and enter "ispdptrc" again. The > panel trace utility will unload the panel trace to a temporary dataset > and will show it to you in edit mode. It might take a while to > understand the output. > 2. Logic is in a REXX program (not compiled): You can trace any REXX > program by typing "tso executil ts" in the command line. Then invoke > your desired menu option. If there is any REXX program involved in the > processing chain it will automatically run in trace mode. You can find > out the name of the running REXX program by typing "parse source . . > pgm .;say pgm" while you are in trace mode of an active module. This > will display the member name of this program. > 3. Logic is in a compiled program: No easy way to see what happens. > You need some mature debugger such as Xpediter. Try to find out the > name of the called program and the dataset from where it is loaded. > Maybe this helps to find out who is responsible for this logic and > could probably help you. > > ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ******************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

