Cobol Question:
Download Questions PDF

What is the difference between comp and comp-3 usage Explain other COBOL usages?

Answer:

Comp is a binary usage, while comp-3 indicates packed decimal. The other common usage’s are binary and display. Display is the default.

Download Cobol Interview Questions And Answers PDF

Previous QuestionNext Question
What is the default value(s) for an INITIALIZE? What keyword will allow for an override of the default?Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc