Pergunta de entrevista da empresa Deloitte

what is cancel command in cobol

Resposta da entrevista

Sigiloso

4 de out. de 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.