Have you code any new programs in COBOL ? What is the
functionality of the programs?
Answer Posted / 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 View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
How you can read the file from bottom?
What is the difference between perform … with test after and perform … with test before?
What is the difference between Call and a Link?
What is cobol?
how do you reference the variable block file formats from cobol programs
Write a program that uses move corresponding.
What is comp-1 and comp-2?
Are you comfortable in cobol or jcl?
How can you get the ksds file records into your cobol program?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the pertinent COBOL commands?