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
What is rmode(24)
Can we change the password using ALTER? anyone tried and changed?
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?
What are various search techniques in cobol? Explain.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a cobol program making use of the redefine clause.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Explain the configuration section of a cobol program with examples of syntax.
What are all the divisions of a COBOL program?
how do you reference the variable unblock file formats from cobol programs
How you can characterize tables in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is Pic 9v99 Indicates in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?