Specify PARM values as described below. Separate the values using a single comma, leaving no spaces between the values.
Two-character code that indicates the type of comparison information you want reported (character 1) and the format of the output file (character 2). The default is CD.
Specify the first character (type of information you want) as follows:
|
Code |
Meaning |
|---|---|
|
C |
Print only the changes between the two files; that is, those lines inserted from file 2 and those lines deleted from file 1. A modification to a line of code displays as an insert of the modified line(s) immediately followed by a delete of the old line(s). |
|
H |
Print a history of both files including:
|
|
B |
Print (browse) the contents of file-2, highlighting only the statements inserted relative to file-1 with %INSERT in the far left. |
Specify the second character (output format) as follows:
|
Code |
Meaning |
|---|---|
|
F |
The output file is in browse format and does not have any ASA characters or headers. The output is written to DDname NDVRPCH. |
|
D |
The output file is formatted for print, and includes ASA characters and headers. The output is written to DDname NDVRLST. |
Starting character for the compare. NDVRCOMP begins its search at this position, within both files. The default is 1.
Ending character for the compare. NDVRCOMP ends its search with this position, within both files. For variable-length records, if the record in one file is longer than that in the other, and the thru character extends beyond the end of the record, NDVRCOMP pads according to the pad-char specification before performing the compare.
The default thru specification is 72.
Largest number of records in either file. The default is 10000. Estimate high when specifying this value.
Pad character used for variable-length records, as described for the thru parameter above. Specify this as follows. (The default is BLANK.)
|
Code |
Pad with: |
|---|---|
|
BLANK |
Blanks. |
|
NULL |
Null values (binary zeros). |
|
nnn |
The hexadecimal equivalent of nnn, where nnn is a 1-3 character decimal value. Specify 64 to pad with X'40', 255 to pad with X'FF', and so forth. |
|
Copyright © 2013 CA.
All rights reserved.
|
|