Previous Topic

Next Topic

Book Contents

Book Index

Exit CTDX005 Parameters

Table 145 Parameters for Exit CTDX005

Parameter

Description

UNIT

Unit type – for example, TAPE, 3380 (default is SYSDA).

DSN

Dataset name for the sequential file (used when the CATEGORY field of the printing mission definition does not specify a dataset name in a SEQL= string). For more information, see Writing Output to a Default Dataset.

PREFIX

The default prefix of the sequential file name (the first qualifier in the dataset name). Length: 1 through 7 characters.

PRIVATE

Indicates whether the output is written to a specified volume or a scratch volume.

  • Y (Yes) - The file is written to a specified volume. Default.
  • N (No) - The file is written to a "scratch" volume.

VOLCNT

Maximum number of tape volumes required for the output dataset (used in conjunction with parameter PRIVATE=YES).

VOL1

First volume serial number.

VOL2

Second volume serial number. Optional.

LABEL

Tape label type (SL, NL, NSL, AL, AUL, SUL, or BLP). Default: SL.

SPACETY

Allocation type – CYL or TRK. Default: TRK.

PRIMARY

Primary space allocation. Default: 20.

SECOND

Secondary space allocation. Default: 0.

RLSE

Unused space release specification.

DEFER

Deferred mounting specification.

DEN

Tape density – 1600/6250. Default: 6250.

LRECL

Maximum logical record length. Default: 203.

BLKSIZE

Maximum block size. Default: 4060.

RECFM

Record format (the default is FB).

DUMMY

Indicates whether the exit does or does not create a sequential file.

  • Y (Yes) - The exit does not create a sequential file. It can be used for other special processing.
  • N (No) - The exit is used to create a sequential file. Default.

FOB

Indicates whether FOB printers are supported.

  • Y (Yes) - FOB printers are supported.
  • N (No) - (For more information, see the TYPE printer definition parameter in the Control‑D chapter of the INCONTROL for z/OS Installation Guide: Installing.) FOB printers are not supported.

RULER

Indicates whether to include a ruler.

  • Y (Yes) - Write the report to a sequential file with the ruler.
  • N (No) - Write the report to a sequential file without the ruler.

EXPDT=yyddd

File expiration date.

TRTCH

Indicates whether to compress the output.

  • COMP - Use compression mode when writing to cartridges.
  • NOCOMP - Write without compression.

AFP2FILE

Indicates whether the PAGEDEF/FORMDEF resources assigned to the report should be placed in the file when a report is printed to a sequential file.

  • YES – Resources are placed in the file.
  • NO – Resources are not placed in the file. Default.

Parent Topic

Tailoring Exit CTDX005