Minimum how many Number of Paragraphs are there in ID-
Divison?

Answer Posted / anantha nag.k

UNDER THE IDENTIFICATION DIVISION WE CAN WRITE UP TO 6
PARAGRAPHS
1.PROGRAM-ID.
2.AUTHOR.
3.INSTILLATION.
4.DATE-WRITTEN.
5.DATE-COMPILED.
6.SECURITY.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between COBOL2 AND COBOL390?

2441


State the various causes of s0c1, s0c5 and s0c7.

656


Give some examples of command terminators?

749


What kind of error is trapped by on size error option?

733


What are the various section in data division and briefly explain them.

683






how do you reference the variable unblock file formats from cobol programs

734


What are literals?

622


) how do u code after getting data?

1575


What are all the divisions of a COBOL program?

658


Define static linking and dynamic linking.

654


What is link edit in cobol?

729


How do define dynamic array in cobol.

663


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1895


How are the next sentence and continue different from each other?

753


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1796