Restriction: Currently this directive is supported in native COBOL only.
Specifies the behavior when control is returned to a program.
>>-.---.-.-------CALL-RECOVERY--"integer"--.-----><
+-/-+ +.----.-CALL-RECOVERY-------------+
+-NO-+
| integer | Must be one of:
|
| Default: | NOCALL-RECOVERY |
| Phase: | Syntax check |
| $SET: | Initial |
Specifying CALL-RECOVERY with no parameter has the same effect as specifying CALL-RECOVERY "2".