Home |

System Configuration - UNIX

COBOL

    It is important to have a copy of your system configurations. To print these out, you should be at the UNIX prompt #.

    Type: cd /mc/cobol or cd /mc/icobol
    press <ENTER>

    Type: ICTERM=(terminal type i.e. dg)
    press <ENTER>

    Type: export ICTERM
    press <ENTER>

    Type: ./icconfig
    press <ENTER>

    Select option 10. List configuration <filename>.ls
    press <ENTER>

    Press <ESC> to exit the icconfig program.

    This will create a file called system.ls (by default or <system name>.ls if you use a different system name than the default). This can be printed to the printer of your choice.

    Type: cat system.ls > /dev/(printer device i.e. lp0) or lp -d (printer device i.e. lp0) system.ls
    press <ENTER>

    Once this has been printed:

    Type: exit
    press <ENTER>

Updated January 18, 2005 at 8:33 a.m.