NCLHELP.HLB  —  show  ncl  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
Close Help