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 are VS COBOL 11 special features?
how can u redefine picx(10) with pic 9(6).
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
what are the error codes in cobol, db2, cics, vsam , and jcl
At the minimum, which division of COBOL is enough to be coded?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
how to convert vsam table into DB2 table?
in cobol perform stmt whether it first checks the condition or not
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...
What is the difference between PIC 9.99 and 9v99?