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

what is the difference between Plan & package

3 Answers   IBM,


What is the LINKAGE SECTION used for?

4 Answers  


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


how you will define variables length in cobol.

3 Answers   Temenos,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


How to display string in the reverse order using occurs clause?

4 Answers  


Whtz the specialty of 77 level number ?

2 Answers   Infosys,


soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?

7 Answers   CitiGroup, IBM,


What is the meaning of 'TALLING' verb in cobol?

5 Answers  


When would you use in-line perform?

2 Answers  


what is the difference between perform varying and perform until

4 Answers   TCS,


what is call by value and call by reference ?

3 Answers   Infosys, ITC Indian Tobacco Company,


Categories