Differentiate between structured cobol programming and object-oriented cobol programming.
No Answer is Posted For this Question
Be the First to Post Answer
Which division and paragraphs are mandatory for a COBOL program?
what is meant by binary search?
Give some examples of command terminators?
What are the different rules to perform a Search?
what is MSGLEVEL?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
In an EVALUTE statement is the order of the WHEN clauses significant?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
what is the purpose of linkage section?
what is the difference between implicit and explicit scope terminator with example?
how can we fetch 3 records in cobol pgm any coding pls ?