What divisions, sections and paragraphs are mandatory for a
COBOL program?

Answer Posted / elite group

Identification, Data Divison & procedure division.

If any files are there file-section. working storage section

Is This Answer Correct ?    4 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1931


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1931


When is inspect verb is used in cobol?

673


What is comp-1 and comp-2?

764


Mention the guidelines to write a structured cobol program?

620






i want a program using by if, evaluate , string, unstring, perform, occurs?

4057


Write a program to enter and display the names of students in a class using the occurs clause.

652


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6829


HOw can I get the negative sign while deduct high value from low value

1790


Which is not true about evaluate statement

1574


Explain the configuration section of a cobol program with examples of syntax.

659


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


Which division and paragraphs are mandatory for a COBOL program?

709


What are declaratives and what are their uses in cobol?

714


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5061