What is the difference between Structured COBOL Programming
and Object Oriented COBOL ?
Answer / anoop
In structured programing methode we first looks at the
function and will code according to the function.
In object oriented programing methode we first identifies
the objects (variables) and codes according to that.
| Is This Answer Correct ? | 4 Yes | 3 No |
How will you find the currepted records in a file
how to transfer the file from pc to mainframe??
waht is inspect verb? where it can be in real time?
COMP?
How does IDMS communicate with CICS?
why 02 level number can't be use as a separate level number like 01 or 77 ?
How do you define a variable of comp-1 and comp-2?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are ISOLATION LEVELS? Where do we need to specify them?
what is a load module ?
what is meaning by design document? who can repared for this?