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 rmode(24)
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is static and dynamic call in cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how can i see junk values in dclgen or in hostvariable of comp ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Name some of the examples of COBOl 11?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how do you reference the ksds vsam file formats from cobol programs
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Call and a Link?
how to move the records from file to array table. give with code example