PSF for z/OS: User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Specifying printer checkpoints

PSF for z/OS: User's Guide
S550-0435-04

Specifying printer checkpoints

Use the CKPTPAGE or CKPTSEC parameter on the OUTPUT statement (see CKPTPAGE and CKPTSEC) to specify when you want the checkpoint data recorded.

Examples:
  1. This example specifies that the printer checkpoint is at 20 pages. For printing a large data set, see Considerations.
    //OUT2 OUTPUT CKPTPAGE=20
    //DD2 DD SYSOUT=class,OUTPUT=(*.OUT2)
  2. This example specifies that the printer checkpoint is at 120 seconds:
    //OUT1 OUTPUT CKPTSEC=120
    //DD1 DD SYSOUT=class,OUTPUT=(*.OUT1)

Notes:
  1. CKPTPAGE and CKPTSEC do not apply to direct-printing mode.
  2. Do not specify both CKPTPAGE and CKPTSEC. If you do, the parameter used depends on the defaults for your installation. See the JCL reference publication for your operating system.
  3. If you specify neither the CKPTPAGE nor the CKPTSEC parameter, JES uses the system default. If you are using the "Page-Printer Defaults" form, the default checkpoint values for the system are shown. See Page-printer defaults form for a blank form. If no system default is given, PSF does not record checkpoints.
  4. PSF takes internal checkpoints at the specified intervals and transmits a request to JES to record the checkpoint data it gathers. The operator can use these internal checkpoints when issuing commands to the printer.
  5. A smaller checkpoint interval causes more internal checkpoints to be taken during the processing of a data set. This enables PSF to find the target of the operator command with less processing overhead. However, too small a checkpoint interval can cause excessive use of virtual storage. Be aware of the need to balance between the overhead for processing operator commands and the use of virtual storage.
  6. If a system failure occurs, PSF does not guarantee that checkpoint information is used to restart the data set.
  7. When the PSF attachment is Systems Network Architecture (SNA) or TCP/IP, the checkpoint interval specifies the maximum number of pages or amount of time after which PSF requests an acknowledgment from the printer. If acknowledgments are requested too often, printing performance can be adversely affected.
  8. When the PSF attachment is SNA or TCP/IP and after a session is ended, PSF restarts printing from the most recent checkpoint. Therefore, more frequent checkpoints can reduce the number of pages reprinted after restart.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014