Hi All,
We have some old Cobol programs; we are changing a part of logic in it for another purpose. These programs have sections instead of Paras inside Procedure division. we are planning to change them to para instead of sections.
These programs call sub programs which also have sections instead of Paras inside Procedure division.
My query is; if we change it in main program and leave sub program untouched; will it affect the execution?