What is the difference between Structured COBOL Programming
and Object Oriented COBOL ?
Answer Posted / 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 |
Post New Answer View All Answers
How many sections are there in data division in COBOL?
Write the code implementing the perform … varying.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the local-storage section?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the different rules to perform a Search?
) How do u handle errors in BMS macro?
What is inspect in cobol ?
What is a scope terminator give example?
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the Purpose of Pointer in the string?