Deloitte interview question

what is cancel command in cobol

Interview Answer

Anonymous

4 Oct 2019

The CANCEL command is used when you are calling a subprogram dynamically.When u issue cancel command after a dynamic call to subprogram,it will refresh or reset all the parameters that got updated in subprogram.