What is the purpose of Identification Division?

Answer Posted / elite group

To identify the name of the program & for documentation
purpose

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between perform … with test after and perform … with test before?

1147


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

946


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

861


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

943


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?

2004


Name some of the examples of COBOl 11?

2880


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1953


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9232


What is static and dynamic call in cobol?

781


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?

7292


What is length is cobol?

858


Which Search verb is equivalent to PERFORM…VARYING?

856


Write the code implementing the perform … varying.

820


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

903


How to know whether the module is dynamical or statistical?

860