Specifies overrides to Program Processor
The parameter statement specifies override processing options for the Program Processor. Under z/VSE, this statement must be used to specify options; under z/OS, this statement can be used but it is usually more convenient to specify options in the JCL in the PARM clause of the EXEC statement.
Coding rules
The following rules apply to coding parameter statements for the Program Processor:
Syntax
►►─── PRAN ───────────────────────────────────────────────────────────────────► ►─┬──────────────┬───────────────────────────────────────────────────────────► ├─ SYSref ◄ ─┬─┘ └─ NOSYsref ─┘ ►─┬──────────────┬───────────────────────────────────────────────────────────► ├─ SOUrce ◄ ─┬─┘ └─ NOSOurce ─┘ ►─┬────────────┬─────────────────────────────────────────────────────────────► ├─ SUMm ◄ ─┬─┘ └─ NOSUmm ─┘ ►─┬────────────┬─────────────────────────────────────────────────────────────► ├─ DMAp ◄ ─┬─┘ └─ NODMap ─┘ ►─┬─────────────┬────────────────────────────────────────────────────────────► ├─ DXRef ◄ ─┬─┘ └─ NODXref ─┘ ►─┬────────────┬─────────────────────────────────────────────────────────────► ├─ DIAg ◄ ─┬─┘ └─ NODIag ─┘ ►─┬─────────────┬────────────────────────────────────────────────────────────► ├─ ANS ─────┬─┘ ├─ ANS68 ───┤ ├─ ANS74 ───┤ └─ NOAns ◄ ─┘ ►─┬───────────┬──────────────────────────────────────────────────────────────► ├─ FLO ◄ ─┬─┘ └─ NOFlo ─┘ ►─┬───────────┬──────────────────────────────────────────────────────────────►◄ ├─ NUM ◄ ─┬─┘ └─ NONum ─┘
Parameter list
Identifies the statement. Note that this keyword must be used to distinguish this statement from COBOL source statements.
Specifies whether the data usage file is to be produced as follows:
Specifies whether the COBOL source program is to be listed in the output, as follows:
Specifies whether the Management Summary Report is to be printed, as follows:
Specifies whether the File and Record Layouts Report is to be printed, as follows:
Specifies whether the DATA DIVISION Cross-Reference Report is to be printed, as follows:
Specifies whether the Diagnostic Report is to be printed, as follows:
Specifies the type of errors to be reported in the Diagnostic Report, as follows:
Specifies whether FLO diagnostics are to be reported in the Diagnostic Report, as follows:
Specifies whether the original line numbers present in the COBOL source program are to be used in reports to refer to source statements, as follows:
Copyright © 2013 CA.
All rights reserved.
|
|