Answer Posted / swamy
I am having my interview tomorrow in UST. will post all the
questions
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the cobol coding sheets?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Explain what you understand by passing by value.
What are 77 levels used for?
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
Can we redefine the field of x(200) to less than 200?
What is comp-1 and comp-2?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain the configuration section of a cobol program with examples of syntax.
how do you reference the fixed unblock file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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.