NCLHELP.HLB  —  set  ncl

1  –  default_access

    Provides default access control information to be used for
    subsequent NCL commands.

    ncl> set ncl default access by user=username, password=password

    This command is usually used in conjunction with the SET NCL
    DEFAULT_ENTITY command to manage a remote Phase V node.
    Refer to HELP NCL DEFAULT_CONTEXT for more information.

2  –  default_entity

    Allows you to set a default entity, to which all subsequent NCL
    commands will refer.

    ncl> set ncl default entity [entity-name]

    Examples:

    ncl> set ncl default entity session control

    ncl> set ncl default entity -
        node remnod"remoteuser remotepassword"

    This command is usually used in conjunction with the SET NCL
    DEFAULT_ENTITY command to manage a remote Phase V node.  Refer to
    HELP NCL DEFAULT_CONTEXT for more detailed information.

3  –  logfile

    set ncl logfile filespecification.ncl

    This command, coupled with the "enable ncl logging" command,
    will start the logging of an NCL session to the file specified.
    To determine the name of the log file later on, use the "show
    ncl logfile" command.

    For example, on OpenVMS:

    NCL>set ncl logfile test
    NCL>enable ncl logging
    NCL>show all
    NCL>disable ncl logging
    NCL>show ncl logfile
    Logfile name is: test
    Logfile is Disabled

    The results will be in the file TEST.NCL.  That file will
    contain the logged NCL command(s), and the output will be
    commented out.  You may then reissue the command(s) you logged
    by:

    NCL>do test.ncl
Close Help