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
Name the sections present in data division.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What are the different types of condition in cobol and write their forms.
How do you get the data to code the BMS macro?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write a program that uses move corresponding.
What is rmode(24)
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the ksds vsam file formats from cobol programs
what is search and searchall?what is the diffrence between them?give an best example?
What is the Purpose of Pointer in the string?
) how do u code after getting data?
Write the code to count the sum of n natural numbers.
what are decleratives in cobol?
How to remove 2 duplicate records and copy only one using job control language?