DBG$HELP.HLB  —  DEBUG  SHOW  ATSIGN
    Identifies the default file specification established with
    the last SET ATSIGN command. The debugger uses this file
    specification when processing the execute procedure (@) command.

    Format

      SHOW ATSIGN

1  –  Description

    Related commands:

       @ (Execute Procedure)
       SET ATSIGN

2  –  Examples

    1.DBG> SHOW ATSIGN
      No indirect command file default in effect, using DEBUG.COM
      DBG>

      This example shows that if you did not use the SET ATSIGN
      command, the debugger assumes command procedures have the
      default file specification SYS$DISK:[]DEBUG.COM.

    2.DBG> SET ATSIGN USER:[JONES.DEBUG].DBG
      DBG> SHOW ATSIGN
      Indirect command file default is USER:[JONES.DEBUG].DBG
      DBG>

      In this example, the SHOW ATSIGN command indicates the default
      file specification for command procedures, as previously
      established with the SET ATSIGN command.
Close Help