End of support

   

This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

report-name verb

A report-name verb must be specified for each desired report.

The verb-operand format is similar for all reports. The operands specified for each report control the content and presentation of the report.

You can use any report-name verbs for batch reports from the following list:

  • ACTIVITY_SUM

  • BCDS_DATASET

  • BCDS_VERSION

  • BKUP_RECOVER

  • DAILY_VOLUME

  • DELETION

  • ERROR_DETAIL

  • ERROR_SUM

  • HLQ

  • LOG_ENTRIES

  • MCDS

  • MIGRATE_L12

  • MIGRATION

  • OCDS_DATASET

  • OCDS_VOLUME

  • PERF_CACHE

  • PERF_CHP

  • PERF_DIR

  • PERF_DSN

  • PERF_JOB

  • PERF_LCU

  • PERF_PHYVOL

  • PERF_POOL

  • PERF_RANK

  • PERF_RSF

  • PERF_SCL

  • PERF_VOL

  • POOL

  • RECALL

  • SLOC_ATTRIB

  • SLOC_DSN

  • SLOC_SPACE

  • SLOC_TOTAL

  • SLOC_VOLUME

  • SUMMARY

  • THRASH_SUM

  • THRASHING

  • VOLUME

  • VTOC_DSN

  • VTOC_VOL

The following table describes the report-name keyword syntax.

 report-name verb keywords

Keyword

Description

Explanation

keyword(value)

General restrictions on items to be included, such as VSAM or non-SMS.

Refer to individual report verbs.

fieldname(logicalOperatorValue)

Logical operators and values that limit output based on the content of a particular field.

Field names are listed with their respective column header for each report that follows.

SORT(fieldName,A | D,...)

Controls the sequences of output lines in the report.

ORDER(fieldName...)

Order of output columns from left to right. Up to 25 column names can be given.

Specify the field names separated by commas. The number of columns on the output is limited by the length of the print line.

SYSPRINT(ddname)

DD name where report output is written; one to eight characters long.

SYSPRINT is the default. If specified, a DD statement by this name must be included in the MVS JCL.

TITLE(string)

Title for a report, up to 48 characters.

This string is printed centered on the third header line. Enclose the string in apostrophes if it contains blanks or special characters. To include an apostrophe in the string, use two consecutive apostrophes.

Example

BCDS_DATASET,
   PREFIX(TEST.PAYROLL/),
   DSTYPE(NONVSAM),
   ORDER(DSN,DSORG,FROMVOL),
   SORT(BACKAGE,D),
   TITLE('PAYROLL TEST BACKUPS > 1YR OLD')

Was this page helpful? Yes No Submitting... Thank you

Comments