Mention the guidelines to write a structured COBOL program?

devquora
devquora

Posted On: Feb 22, 2018

 

There is a format that has to be taken care of while writing a structured COBOL program. One has to work within these guidelines to make a structured COBOL-

  • In order to construct a case, one has to use EQUIVALENT statements every time.
  • Scope terminators are used for nesting.
  • IN-LINE PERFORM statements are used for writing ‘do’ constructions. Also, use Tests before and Test after in performing statements while writing do-while statements.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Cobol Interview Questions

    What is COBOL?

    In 1959, the US Department of Defence formed CODASYL (Conference on Data Systems Language). CODASYL was formed with the..

    Cobol Interview Questions

    Write some characteristics of COBOL as means of business language.

    COBOL is a dominant programing language that has aided business users since few decades. Following are the features of..

    Cobol Interview Questions

    What are different data types in COBOL?

    COBOL supports three data types in it programming structure. They are- Alpha-numeric (X) Alphabetic (A,B,C) Numeric (1,..