Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
NEWFILE | New file | Qualified object name | Required, Positional 1 |
Qualifier 1: New file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
NEWMBR | New member | Single values: *FIRST, *ALL Other values (up to 25 repetitions): Character value |
Optional, Positional 2 |
OLDFILE | Old file | Qualified object name | Optional, Positional 3 |
Qualifier 1: Old file | Name, *NEWFILE | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
OLDMBR | Old member | Single values: *NEWMBR, *FIRST Other values (up to 25 repetitions): Name |
Optional, Positional 4 |
CMPTYPE | Compare type | *LINE, *FILE, *WORD | Optional, Positional 5 |
RPTTYPE | Report type | *DIFF, *SUMMARY, *CHANGE, *DETAIL | Optional, Positional 6 |
OUTPUT | Output | *, *PRINT, *OUTFILE | Optional, Positional 7 |
OUTFILE | File to receive output | Qualified object name | Optional, Positional 8 |
Qualifier 1: File to receive output | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
OUTMBR | Output member options | Element list | Optional, Positional 9 |
Element 1: Member to receive output | Name, *FIRST | ||
Element 2: Replace or add records | *REPLACE, *ADD | ||
SRCTYPE | Select source type | Name, *ALL | Optional, Positional 10 |
OPTION | Process option | Values (up to 10 repetitions): *IGNORECASE, *COUNT, *CBLSRCCOL, *RPGSRCCOL, *RPGLESRCCOL, *OMTDUP, *OMTREFMT, *OMTBASCMT, *OMTBLANK, *OMTCCMT, *OMTCBLCMT, *OMTCLCMT, *OMTCMDCMT, *OMTDDSCMT, *OMTPASCMT, *OMTPLICMT, *OMTRPGCMT, *OMTRPGLECMT, *FLGMOVLIN, *CHGFLGS, *CHANGES, *LONGLINES, *NARROW, *CMPSEQDAT, *COUNTREFMT, *WIDE | Optional, Positional 11 |
STMTFILE | Statement file | Qualified object name | Optional, Positional 12 |
Qualifier 1: Statement file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
STMTMBR | Statement member | Name, *FIRST | Optional, Positional 13 |
Top |
Identifies the new physical file containing the members to be compared.
Top |
Identifies the members to be compared in the new file.
To enter multiple values for this parameter, type a plus sign (+) in the + for more prompt, and press the Enter key.
Top |
Identifies the old physical file containing the members to be compared.
Top |
Identifies the members to be compared in the old file.
To enter multiple values for this parameter, type a plus sign (+) in the + for more prompt, and press the Enter key.
Top |
Specifies the type of comparison to be performed.
Top |
Specifies the listing type for the result report.
Top |
Specifies whether the result of the comparison is displayed, printed, or stored to a physical file.
Top |
Specifies the file to which the output results are directed.
Top |
Specifies the member to which the output is directed. Do not specify a value for this parameter if the OUTFILE keyword specifies a printer file.
Top |
Specifies the source member type to be compared. One type or all types can be selected.
Top |
Specifies a list of process options to customize the comparison. You can specify up to 10 process options in the list.
To enter multiple values for this parameter, type a plus sign (+) in the + for more prompt, and press the Enter key.
Note: When you use the OMTxxx options to omit comments, the utility may recognize some non-comment strings as comments.
For example, if the string /*...*/ is imbedded within a program's executable code, the string may or may not be ignored during processing if you have used the *OMTCCMT process option.
Top |
Specifies a user-defined source physical file that holds process statements. Records in this file can be of any length, but only the first 80 bytes are read.
Top |
Specifies the file member containing the process statements to use in the comparison.
Top |
Top |
None
Top |