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 |
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.
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
what is the difference between perform varying and perform until
what is the difference between external and global variables?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
what is the use of outrecord?
i WANT ALL ERROR codes IN CICS and DB2
What are the different rules to perform a Search?
How you can characterize tables in cobol?
Name some of the examples of COBOl 11?
Whtz the specialty of 77 level number ?