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
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is Pic 9v99 Indicates in COBOL?
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 to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
For rewrite, why is it mandatory that file needs to be opened?
) How do u handle errors in BMS macro
Why did you choose to work with ibm mainframe cobol programming?
Write a program to explain size error.
What are the pertinent COBOL commands?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Define static linking and dynamic linking.
Explain what you understand by passing by value.
Describe the cobol database components?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Which mode is used to operate the sequential file?