Posted On: Feb 22, 2018
In-line PERFORM is a concept where the control will execute a block of statements from the same paragraph instead of a separate paragraph. Till the time there are no GO TOs or an exit, IN-LINE PERFORM will continue to work. The PERFORM AND END— PERFORM statements will bracket all the COBOL statements between them.
Never Miss an Articles from us.
In 1959, the US Department of Defence formed CODASYL (Conference on Data Systems Language). CODASYL was formed with the..
COBOL is a dominant programing language that has aided business users since few decades. Following are the features of..
COBOL supports three data types in it programming structure. They are- Alpha-numeric (X) Alphabetic (A,B,C) Numeric (1,..