Specifying a Printer Name

You can specify a printer name in different ways.

To specify the name of a local area network (LAN) printer, use the UNC for that device. To specify a printer name using UNC, precede the computer name with two backslashes (\\) and separate the computer name from the shared printer's name with a single backslash (\). For example:
\\SERVER1\HP_LASERJET_QUEUE 

FTMSCMD [parameters] /RECEIVE /PRINT 
/REMOTE_PRINTER_NAME=\\SERVER1\HP_LASERJET_QUEUE file_name
To specify the name of a z/OS printer, type $SYSOUT@ where @ is the class to which you send the output.
FTMSCMD [parameters] /SEND /PRINT /REMOTE_PRINTER_NAME=$SYSOUT@ file_name