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 PIC 9.99 and 9v99 in COBOL?

0 Answers   SwanSoft Technologies,


OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49

13 Answers   TCS,


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


How to read a 100 record from a file through cobol?

2 Answers  


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...)

0 Answers   HSBC, Quest,






How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.

1 Answers  


What is 88 level used for ?

2 Answers  


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


What is the Purpose of Pointer in the string?

0 Answers  


A s9(4). B v9(4) value 0.21 can i move this?

3 Answers  


Explain what you understand by passing by value.

0 Answers  


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

0 Answers  


Categories