USE $PRINT / $PUNCH / $JOB command
Summary
- Privileges
- Any user
- Function
- Under z/OS or z/VM, directs output to a dynamically allocated printer, punch device, or internal reader.
Syntax
USE name [option [,option]...]
Where:
name | is one of the following:
|
||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | are described in the table below.
|
Example
USE $PRINT COPIES=3, FORMS=TIME,FCB=FM01 - JOBNAME=ENDMONTH, ROUTE=ACCT05
Usage notes
Under z/OS or z/VM, the USE $PRINT/$PUNCH/$JOB command directs output to a dynamically allocated printer, punch device, or internal reader. $JOB applies only to z/OS.
Note: This version of the USE command is obsolete and is supplied only for purposes of compatibility.
Under z/OS, when a data set is printed or punched, the operating system inserts a separator page or card identifying the job (for example, ONLINE Model 204) that created the data set. Model 204 also generates a separator page. For $PRINT output under z/OS, if the IBM Block Letter Routine (IEFSD095) is not in effect, Model 204 generates a separator page that contains a one-line message:
M204LIST userid
where userid consists of the first eight characters of the user ID of the user who is running the request.
If the IBM Block Letter Routine is in effect, Model 204 generates a separator that contains the following message lines:
M204LIST userid
These lines are equivalent to the options HDR1 and HDR2.
The Block Letter Routine is automatically linked (by M204LINK or M204RLNK) into your online or BATCH204 during Model 204 installation.
Under z/VM, the Model 204 separator page always consists of the following message:
Model 204 SPINOFF FOR USER userid
If you are using an external security interface, authorization to open SYSOUT data sets is validated during execution of the command. An external security interface verifies the USE $JOB command's authorization to submit jobs to the internal reader. For more information, refer to the Model 204 Security Interfaces Manual.