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
Name the divisions, which are available in a cobol program?
What is the local-storage section?
Can a Search can be done on a table with or without Index?
What are the different types of condition in cobol and write their forms.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How do define dynamic array in cobol.
What are the pertinent COBOL commands?
how do you define single dimensional array and multidimensional array in your cobol?
What is the LINKAGE SECTION used in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
) how do u code after getting data?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Write a cobol program making use of the redefine clause.