Changing the Default Print Command in UNIX Environments

UNIX uses lp as the default print command. You can use the PRINTCMD system option to specify a different print command. For example, you can change your default print command to lpr by entering the following at SAS invocation:
sas -printcmd “lpr”
You can also customize your default print command in your SAS configuration file. If you use this method, then you will not have to change the default print command every time you invoke SAS. For more information, see PRINTCMD System Option: UNIX.