IBM Infoprint XT for z/OS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Determining the current settings of environment variables

IBM Infoprint XT for z/OS
GI11-9492-01

If you do not know what the current settings of specific environment variables are, you have two methods you can use to check settings. You can also use these methods if you want to verify that changes you have made are in effect. You must start either an ISPF shell session, or an OMVS session before you issue the commands:

  • To determine the setting of a specific environment variable, use the echo command. For example, to verify the setting of the Infoprint XT PATH environment variable, enter:
    echo $PATH
  • To verify the settings of all environment variables, use the printenv command:
    printenv
    The operating system returns information similar to this:
    MAIL=/usr/mail/SJONES                                                       
    _BPX_TERMPATH=OMVS                                                           
    PATH=/usr/lpp/Printsrv/bin:/bin:/usr/lpp/pdxt/V3R1M0/local:/usr/lpp/pdxt/V3R1M0/bin
    SHELL=/bin/sh                                                                
    COLUMNS=80                                                                   
    _=/bin/printenv                                                              
    LOGNAME=SJONES                                                               
    STEPLIB=none                                                                 
    LANG=C                                                                       
    LIBPATH=/usr/lpp/Printsrv/lib:/lib:/usr/lib
    TERM=dumb                                                                    
    HOME=/                                                                       
    LINES=39                                                                     
    TMP_VI=/                                                                     
    JAVA_HOME=/usr/lpp/java/IBM/J1.3                                             
    TZ=MST7MDT                                                                   
    MANPATH=/usr/lpp/Printsrv/%L:/usr/man/%L:/usr/lpp/pdxt/V3R1M0/nls/man/%L
    NLSPATH=/usr/lpp/Printsrv/%N/%L:/usr/lib/nls/msg/%N/%L:/usr/lpp/pdxt/V3R1M0/nls/msg/%L/%N

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014