Page 1 of 1

Numbering on COBOL

PostPosted: Wed Jul 23, 2014 6:38 pm
by vinudayal
I edited a COBOL program, and added many lines in many places of middle of the existing code. Whereever I added new code, line numbers are not displayed. What is the command which I can give to renum. RENUM ON is not adding the line numbers on new lines which I added. Please help me out on this,

Re: Numbering on COBOL

PostPosted: Wed Jul 23, 2014 6:56 pm
by vinudayal
And, RENUM STD COB worked for me. But now problem is with comparing old and new programs. Since line numbers are changes, almost all lines are coming as differences in compare WIP report. Please suggest to how to get exact changes alone in the output?

Re: Numbering on COBOL

PostPosted: Wed Jul 23, 2014 7:00 pm
by Terry Heinze
Both SuperC and SuperCE allow you to limit the columns you are comparing. F1 is your friend.

Re: Numbering on COBOL

PostPosted: Wed Jul 23, 2014 7:05 pm
by vinudayal
Yes, I had option to give column numbers to compare in Endeavor. Thank you for highlighting the tip to solve. Thanks!