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


Command restrictions related to PROFILE execution

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

During its initialization phase, IDF loads the target program, loads any symbol definitions from the MAP file or load module, and initializes its screen driver. Whether or not these events have occurred determines whether some IDF commands may be issued. The target program and its symbols can be loaded from within the PROFILE by means of the LOAD command; if this is not done explicitly, it is done automatically by IDF after the PROFILE has completed. The screen driver is not initialized until after the PROFILE has completed.

The following commands may only be issued before the target program and associated symbols are loaded:
  • Program-oriented:
    • SET LIBE fn/$
    • On CMS Only
      • SET MODMAP ON
      • SET NOMODMAP ON
      • SET NUCEXT ON
      • SET SYSTEM ON
      • SET TRANS ON
    • On z/OS Only
      • SET SVC97 ON
      • SET NOSVC97 ON
  • Symbol-oriented:
    • On CMS Only
      • SET SELFNUCX SYMBOL
The following commands may only be issued after the target program and associated symbols are loaded:
  • Program-oriented:
    • EXTRACT ADSTOPS (CMS only)
    • EXTRACT BREAK
    • EXTRACT ALET
    • EXTRACT AREGS
    • EXTRACT LOAD
    • EXTRACT REGS
    • EXTRACT REGSTOPS (CMS only)
    • SET ADSTOPS (CMS only)
    • SET ALET
    • SET AREG
    • SET BASE
    • SET BREAK
    • SET EPOFFSET
    • SET FPR
    • SET GPR
    • SET LOC
    • SET PSW
    • SET PSWSTEAL (CMS only)
    • SET REGSTOP (CMS only)
    • SET SIZE
    • SET FASTPATH ON
    • ADSTOPS (CMS only)
    • BREAK
    • RUN
    • STEP
  • Symbol-oriented:
    • EXTRACT SELFNUCX (CMS only)
The following command may only be issued before the PROFILE has completed:
  • MODE (CMS only)
The following commands may only be issued after the PROFILE has completed:
  • EXTRACT ARGUMENT
  • EXTRACT CURSOR
  • SET CURSOR
  • SWAP

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014