Have you code any new programs in COBOL ? What is the
functionality of the programs?

Answers were Sorted based on User's Feedback



Have you code any new programs in COBOL ? What is the functionality of the programs?..

Answer / arjun

we do code several Cobol programs acording to the
requirement. Most of these are report generating codes.
Also, we need to code for several applications

Is This Answer Correct ?    0 Yes 0 No

Have you code any new programs in COBOL ? What is the functionality of the programs?..

Answer / shinoy sansilavose

You can specify the purpose/aim for creating the new
program which is intended for in the FUNCTIONALITY of the
mod log description when you write a new program.

Suppose you are creating a program to find the Population
of a city when a city name file is inputted.then your
functionality of the program will be,

FUNCTIONALITY: A PROGRAM TO FIND THE POPULATION OF A CITY

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Difference between cobol and cobol-ii?

0 Answers  


what is MSGLEVEL?

1 Answers   IBM,


what is filler and what is use of filler

3 Answers   Syntel,


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


What are the various section in data division and briefly explain them.

0 Answers  


How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


How to concatenation one or more string?

4 Answers   Temenos,


What are 77 levels used for?

0 Answers  


Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.

3 Answers   iGate,


how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,


Categories