SYSMANHELP.HLB  —  @
    Requests that SYSMAN read subsequent command input from the
    specific file or device.

    Format

      @  filespec

1  –  Parameter

 filespec

    Specifies either the input device or the command procedure you
    want to execute. The default file type is .COM. You cannot use
    wildcard characters in the file specification.

2  –  Description

    Use the execute procedure command to execute a command procedure
    containing SYSMAN commands. To execute the command procedure,
    invoke SYSMAN, place the at sign (@) command at the beginning
    of a command line, then specify the file name of the command
    procedure.

    The command procedure can contain any valid SYSMAN command.

3  –  Examples

    1.$ CREATE ENV.COM
      SET ENVIRONMENT
      SHOW PROFILE<Ctrl/Z>
      $ RUN SYS$SYSTEM:SYSMAN
      SYSMAN> @ENV.COM

      %SYSMAN-I-DEFDIR, default directory on node --
                            SYS$SYSROOT:[SYSMGR]
      %SYSMAN-I-DEFPRIV, default process privileges on node --
              CMKRNL
              CMEXEC
              SYSNAM
              .
              .
              .
              GRPPRV
              READALL
              SECURITY
      SYSMAN>

      This example shows how to create a command procedure that sets
      the SYSMAN environment to the local node, and displays the
      current profile. These commands execute when you enter the
      @ENV.COM command.

    2.$ CREATE TIME.COM
      SET ENVIRONMENT/CLUSTER
      CONFIGURATION SHOW TIME<Ctrl/Z>
      $ RUN SYS$SYSTEM:SYSMAN
      SYSMAN> @TIME

      System time on node NODE23: 19-JUN-2002 13:32:19.45
      System time on node NODE24: 19-JUN-2002 13:32:27.79
      System time on node NODE25: 19-JUN-2002 13:32:58.66

      This example shows how to create and execute a command
      procedure that shows the current date and time for all the
      nodes in the cluster.
Close Help