Have you code any new programs in COBOL ? What is the
functionality of the programs?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
how can i see junk values in dclgen or in hostvariable of comp ?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
What is difference between comp & comp-4?
when COMP-3 is preferrable?
how would find total records in files using seqientional
how do you reference the ksds vsam file formats from cobol programs
What is rmode(24)
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What is the difference between CONTINUE & NEXT SENTENCE ?
What is file status 39 ?
Can we change the password using ALTER? anyone tried and changed?