Purpose
Controls the printing of the Sequential Parameter Listing and Input Parameter Listing
Syntax
Col
2
▼
►►─── PARAM = ──┬─ LIST ───┬──────────────────────────────────────────────►◄
├- NOLIST -┤
└─ EJECT ──┘
Parameters
Specifies that parameters following this statement are output in the Sequential Parameter Listing and in the Input Parameter Listing. LIST is the default.
Specifies that parameters following this statement are not output in either the Sequential Parameter Listing or the Input Parameter Listing, unless a parameter contains an error. If an error occurs on a parameter that follows the PARAM=NOLIST keyword expression, the parameter in error appears in the Sequential Parameter Listing and in the Input Parameter Listing with the associated error message.
Specifies that parameters following this statement are printed in the Sequential Parameter Listing after skipping to a new page. This option does not effect the pagination of the Input Parameter Listing.
Usage
The PARAM= keyword expression can be inserted anywhere in the input parameter stream; it can be coded in any column from 2 through 72.
PARAM= statements are printed in place within the Sequential Parameter Listing; if the keyword expression specifies NOLIST, no parameters are printed after the PARAM= statement. PARAM= statements do not appear in the Input Parameter Listing.
Example
The first figure (out of the following figures) shows an example of PARAM= keyword expressions coded among input parameters. The next figure shows the Sequential Parameter Listing that results. The Input Parameter Listing appears in the final example.
Input Parameters and PARAM=NOLIST, LIST, and EJECT Options
IN 80 PARAM=NOLIST REC EMP-NAME 1 25 'EMPLOYEE' 'NAME' REC EMP- LNAME 11 15 REC SALARY 70 10 3 DP=2 PARAM=LIST REC TITLE 50 20 'TITLE' REC DEPARTMENT 30 20 'DEPARTMENT' 01SORT DEPARTMENT,-,TITLE 013EMPLOYEE SALARY PARAM=EJECT 0151*010 TITLE 0151*020 EMP-NAME
Sequential Parameter Listing of Input Parameters:
mm/dd/yy SEQUENTIAL PARAMETER LISTING Vnn.n PAGE 1 00 ** SYSIN ** IN 80 INSTALLATION SECURITY OPTION IS NO PARAM=NOLIST REC EMP- LNAME 11 15 ┐ E NON─NUMERIC PARAMETER ***** ├── E─level errors override the E POSITION INVALID ***** │ NOLIST option for this parameter E INVALID TOKEN IGNORED ** ┘ PARAM=LIST REC TITLE 50 20 'TITLE' REC DEPARTMENT 30 20 'DEPARTMENT' 01SORT DEPARTMENT,-,TITLE 013EMPLOYEE SALARY ┐ mm/dd/yy SEQUENTIAL PARAMETER LISTING ├ New page of the Sequential Vnn.n PAGE 2 PARAM=EJECT ┘ Parameter Listing 0151*010 TITLE 0151*020 EMP-NAME
Input Parameter Listing of Input Parameters:
mm/dd/yy INPUT PARAMETER LISTING Vnn.n PAGE 1 ******** INPUT RECORD TYPE BLOCK FILE DESCRIPTION... ******** INPUT 00080 F ******** REC START SIZE TYPE DP FIELD-NAME RECORD-NAME,LEVEL ******** REC 00030 020 DEPARTMENT ┐ 'DEPARTMENT' REC 011 EMP- │ E E─LEVEL ERROR DETECTED IN CULP0 STEP ├────────────────────────────────── E─level errors override the E DUPLICATE OR INVALID FIELD POSITION ┘ NOLIST option for this parameter REC 00050 020 TITLE 'TITLE' ******** SORT BREAK A/D SORT FIELD-NAME ******** 01 SORT - DEPARTMENT TITLE ******** TITLE REPORT TITLE ******** 01 3 EMPLOYEE SALARY ******** EDIT LINE CC COLUMN VALUE OR FIELD-NAME AND EDIT OPTIONS... ******** 01 5 1 *010 TITLE 01 5 1 *020 EMP-NAME F E-LEVEL ERRORS - EXTRACT NOT PERFORMED RECORDS WRITTEN FOR REPORT 01— 0
|
Copyright © 2014 CA.
All rights reserved.
|
|