Previous Topic: Syntax Diagram ConventionsNext Topic: Input Requirements


Program Processor

Description

The Program Processor processes a single COBOL source program and produces a data usage file and reports. This component is a full COBOL parser; it includes functional phases for reading, scanning, parsing, analyzing, sorting, and reporting on a COBOL source program. The Program Processor produces the following reports:

Data usage file

The data usage file produced is the input required for the Cross Reference Processor and the DDDL Generator. The Program Processor must be executed once for each program in the system of programs being processed.

What follows

This chapter describes the input requirements and the reports associated with the Program Processor and provides instructions for executing this component under z/OS and z/VSE.

This section contains the following topics:

Input Requirements

Output

Parameter Statement

Executing the Program Processor