I have found that the java generated from Cobol for the GOBACK verb fails.
Refer to the attached netbeans project for a sample program.
+++++ //GOBACK return doCobolReturn(getHubMessageLinkage()); return doCobolExit(); ++++
There the "return doCobolExit();" is an unreachable statement which also causes problems for the java compiler.
Thanks.
Log in to post a comment.
There the "return doCobolExit();" is an unreachable statement which also causes problems for the java compiler.
Thanks.