Minimum how many Number of Paragraphs are there in ID-
Divison?
Answers were Sorted based on User's Feedback
Answer / asmara
It is the first Divsion, where IDENTIFICATION DIVISION have
minimum One Paragraphs and the remaining paragraphs are
optional.
ID-DIVISION.
PROGRAM-ID. TEST1. -this one is the first paragraph
AUTHOR-ID.-----remaining all are optional
if any update information post to me.
Best Regards,
Asmara
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Answer / chakravarthi
Shilpa you are wrong. Identification division contains
paragraphs. PROGRAM-ID is a para name ok thats y we put a
space after PROGRAM-ID. R u getting me.
IDENTIFICATION DIVISION.
PROGRAM-ID. PROGRAM NAME(SHOULE BE 8 CHARACTER).
Check clearly there is a space after PROGRAM-ID.
Also there are other paras in IDENTIFICATION divison which
are optional as ASMARA said.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sivakumar sekharannair
Minimum number of paras that is required under aid-division
is one
becasue
PROGRAM-ID. is a must under identification. without which
the program will not execute.
all other paras are optional only.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shilpa
the identatification division contain no paragraph. the
identatification divison is the first division and the
program is identatified here. it contains mailnly
IDENTATIFICATION DIVISION.
PROGRAM-ID.PROGRAM NAME(SHOULE BE 8 CHARACTER).
AUTHOR-PROGRAMMER NAME.
DATE OF WRITTEN-
DATE OF COMPILED-
DATE OF INSTALLATION-
SECURITY-
THESE STATEMENT ARE NOT COMPULSORY BUT IDENTATIFICATION
DIVISION AND PROGRAM ID IS MUST.
BUT WE MAINTAIN ALL THESE DATA FOR HISTORY PURPOSE.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / praveen bejjanki
@prasenjit,
for what reason are you asking us to refer the link
provided. It's having info related to some installations.
No way related to our question.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which division and paragraphs are mandatory for a COBOL program?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
) what is the difference between AID and HANDLE AID?
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
how can u pass the values into db2 values from cobol ?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
Explain complete concept of table handling in COBOL with an example?
What is the LINKAGE SECTION used for?
what is meant by binary search?
Can we use redefine clause in occurs clause?