This command compares two COBOL files or two folders which contain COBOL files.
The differences in the code formatting or in the comments are not detected. Only the significant differences are detected.
This command produces three CSV files in the result folder: Overview.csv, Templates.csv, and DiffList.csv.
Options | Comments | Required | Default values |
---|---|---|---|
--log | Log file name | trace.log | |
--cobolFolder1 | Name of a first folder which contains COBOL files. You can also indicate a file name with its extension. | Yes | |
--cobolFolder2 | Name of a second folder which contains COBOL files whose names are identical to the names used in folder 1. You can also indicate a file name with its extension. | Yes | |
--destFolder | Name of an existing folder which receives the result CSV files | Yes | |
--sep | Records (CSV cells) separator. | , (comma) | |
--ext | Extension of the files to be compared. | If no extension is specified, all the files will be compared, whatever their extensions. | |
--quote | CSV text quote | '"' (double quotes) |