Our shop is currently using BC2 and is evaluating BC3. Besides comparing data files, we use BC2 to compare modified source code to the original to document changes. OK, not the best method, but it beats the heck out of Panvalet compare!
BC3 has a COBOL rule, but I just can't figure out how to modify it to successfully "mask" columns 1 - 6. The goal is to have BC3 simply ignore these columns.
Using existing rules as a guide (the Help screens are just as useless in BC3 as they were in BC2), I created a rule based on columns:
Line Number2=Column from 1 to 6
In the Grammar Elements of the Session Settings, this rule is not checked. Guess what? It didn't mask columns 1 - 6 (It did set them to "unimportant differences", but the goal is to have them completely ignored!). Tried clicking it, no good - now they are important differences.
Tried a new rule: Statement Area=Column from 7 to 72. Moved it to the top of the queue in Text Format - COBOL Source. Checked it and unchecked the Line Number2 rule: Still no go.
Are there some type of manuals available that tells us how to set this up quickly and easily? If not, we won't be purchasing this product!
BC3 has a COBOL rule, but I just can't figure out how to modify it to successfully "mask" columns 1 - 6. The goal is to have BC3 simply ignore these columns.
Using existing rules as a guide (the Help screens are just as useless in BC3 as they were in BC2), I created a rule based on columns:
Line Number2=Column from 1 to 6
In the Grammar Elements of the Session Settings, this rule is not checked. Guess what? It didn't mask columns 1 - 6 (It did set them to "unimportant differences", but the goal is to have them completely ignored!). Tried clicking it, no good - now they are important differences.
Tried a new rule: Statement Area=Column from 7 to 72. Moved it to the top of the queue in Text Format - COBOL Source. Checked it and unchecked the Line Number2 rule: Still no go.
Are there some type of manuals available that tells us how to set this up quickly and easily? If not, we won't be purchasing this product!
Comment