GOBACK
| COBOL | JAVA |
|---|---|
| GOBACK | goBack |
Syntax
goBack ( <exitModuleCallRequired> ) m_CobolPerform.StopSubprogram();
return;Parameters
<exitModuleCallRequired>
Set to true if the code isn't located in the main section.
Examples
| COBOL | Java |
|---|---|
|
|
| COBOL | JAVA |
|---|---|
| GOBACK | goBack |
goBack ( <exitModuleCallRequired> ) m_CobolPerform.StopSubprogram();
return;<exitModuleCallRequired>
Set to true if the code isn't located in the main section.
| COBOL | Java |
|---|---|
|
|