Where is a period required in Cobol?

At the end of the word DIVISION
At the end of the word SECTION
At the end of paragraph names coded in Area A
To denote the end of a sentence
To denote the end of an entry
After the last statement in each paragraph

Questions by irinak   answers by irinak

Showing Answers 1 - 3 of 3 Answers

chandra

  • May 17th, 2007
 

we can code the period at end of every COBOL statement or can code in separate line at end of the paragraph.

if you coded at end of the para it will consider a period at end of each and every statement even you missed some where in that particular para.

eg:
       MOVE WS-OUT-STRNG       TO WS-MAC-KEY  
 END-IF 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions