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 |
Difference between cobol and cobol-ii?
what is MSGLEVEL?
what is filler and what is use of filler
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
What are the various section in data division and briefly explain them.
How we copy a program from production region to development region.What is the process & syntax ?
How to concatenation one or more string?
What are 77 levels used for?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0