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 PA & PF keys?

1 Answers   IBM,


Discuss about changing dataset name in proc.

0 Answers  


what is meant by binary search?

4 Answers  


Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all

5 Answers   TCS,


Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

2 Answers   IBM,






Write down the divisions of cobol program?

0 Answers  


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


How many divisions we have in Cobol ?

4 Answers   Wipro,


How may divisions are there in JCL-COBOL?

5 Answers   IBM,


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


what is the difference between Plan & package?

1 Answers   IBM,


COMP?

2 Answers  


Categories