DC/UCF System Symbols Info

Certain DC/UCF system symbols also function as debugger entities, and you can refer to them during a debugging session. A colon (:) must precede each symbol. These are the valid symbols:
idmscu
Certain DC/UCF system symbols also function as debugger entities, and you can refer to them during a debugging session. A colon (:) must precede each symbol. These are the valid symbols:
  • :BAT
    Specifies the base address table for session.
  • :CSA
    Specifies the DC/UCF common storage area.
  • :DLB
    Specifies the debug local block, control block required for debugging session.
  • :LTE
    Specifies the current logical terminal element.
  • :PTE
    Specifies the current physical terminal element.
  • :TCE
    Specifies the current task control element.
  • :VECT
    Specifies the vector table for debugger.
A single debug expression can reference only one system entity.