Continue and Next Sentence in COBOL are No Operation statements which does nothing except to pass control to the statement after the scope terminators. But the difference is the place that it passes the control to. CONTINUE: Continue gives the control after the next explicit scope terminator. Exp...
The basic problem I am trying to solve is this (it relates to a query I posted quite some time ago). I have a cobol program that is an interactive program. I want it to run in two modes. Mode one is in screen mode where I display a full screen (that part is fin...
How to restart a database ** ** This program shows how to restart a database after it ** has been abnormally terminated. ** ** DB2 API USED: ** sqlgrstd -- RESTART DATABASE ** ** *** ** ** For more information on the sample programs, see theREADMEfile. ** ** For informa...