HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ISPF applications (TSO)

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

You can use IDF to debug an application program that needs an ISPF environment present, if SVC 97 is used for breakpoints.
Notes:
  1. The IDF session cannot be invoked from within ISPF. It must be invoked from the TSO/E ready prompt.
  2. If the library containing the program to be debugged does not reside in the STEPLIB or ISPLLIB allocations, use TSOLIB ACTIVATE to include the load library, or allocate the library and invoke IDF using the LIBE option to specify the allocated DDNAME.
The following examples describe a number of ISPF application debug scenarios.
  • To debug an ISPF dialog program which resides in a data set in the STEPLIB allocation:
    From the TSO/E READY prompt:
        TSOEXEC ASMIDF XYZZY  (COMMAND/ISPSTART PGM(XYZZY)
    Once in IDF,
       BREAK (XYZZY)
    then
       RUN
  • To debug an ISPF dialog program which resides in a data set in the ISPLLIB allocation:
    From the TSO/E READY prompt:
        TSOEXEC ASMIDF XYZZY  (LIBE ISPLLIB COMMAND/ISPSTART PGM(XYZZY)
    Once in IDF,
       BREAK (XYZZY)
    then
       RUN

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014