1 – default
show ncl default
Shows default access control and entity information which was
previously set using the SET NCL DEFAULT ACCESS and SET NCL
DEFAULT ENTITY commands. Refer to HELP NCL DEFAULT_CONTEXT
for more detailed information.
For example, on OpenVMS:
NCL>SET NCL DEFAULT ENTITY NODE remnod"user1 agoodpassword"
NCL>SHOW NCL DEFAULT
NCL Default Access by User user1, Password xxx
NCL Default Entity Node remnod
1.1 – access
show ncl default access
Shows default access control information which was previously
set using the SET NCL DEFAULT ACCESS command. Refer to
HELP NCL DEFAULT_CONTEXT for more information.
1.2 – entity
show ncl default entity
Shows default entity information which was previously set
using the SET NCL DEFAULT ENTITY command. Refer to HELP NCL
DEFAULT_CONTEXT for more information.
2 – logfile
show ncl logfile
This will display the name of the log file which was established
earlier in the NCL session with the "set ncl logfile" and
"enable ncl logging" commands.
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