GOBACK
| COBOL | JAVA |
|---|---|
| GOBACK | goBack |
Syntax
goBack () m_CobolPerform.StopSubprogram(); return;
Parameter(s)
<exitModuleCallRequired>
Set to true if the code is not located in the main section.
Example(s)
| COBOL | Java |
|---|---|
0000-GOBACK
GOBACK.
|
lab_0000_Goback:
goBack(true);
cobolPerformBase.stopSubprogram();
return;
|
