Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The COZZI-Work with My Print Files (WRKPRT) command runs the WRKSPLF command but limits the displayed SPOOL file to those for the given date (which defaults to "today"). This is useful for users who retain a number of SPOOL files and yet want to "work with" only those that were created for their current job or for today.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
USER | User profile or *JOB | Generic name, name, *CURRENT, *JOB, *ALL | Optional, Positional 1 |
DATE | View Print Files Created on | Date, *SYSDATE, *JOBDATE, *TODAY, *JOB, *YESTERDAY, *ALL, *CURRENT | Optional, Positional 2 |
Top |
Specify user whose SPOOL files are to be displayed.
Top |
Specify the date on which the SPOOL files are created and therefore included in the WRKSPLF list that is displayed.
Top |
Example 1: Simple WRKPRT
WRKPRT
Display all the SPOOL files created today for the user running the command.
Example 2: Specifying *JOB
WRKPRT *JOB
Display all the SPOOL files created within the current job. SPOOL files created by the current user within other jobs (event those jobs previously run today) are not included.
Example 3: Specifying Another User
WRKPRT QUSER
Display all the SPOOL files created by user profile QUSER that were create today. listed.
Top |
Top |