https://quizack.com/programming-languages/cobol/mcq/cobol-is-self-documenting
Answer: True
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More Programming Languages MCQ Questions
Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?
When defining a file layout it is placed in the file section of the data division. Each record begins with an "01", a space, and the record name. Fields within a record traditionally began with 05?
The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++
Which is the correct ASCII collating sequence?
Sentences and statements must start on a new line.
If a field is defined as Pic s9(6)v99 comp-3, it uses 5 bytes of storage.
Not negative means
Which of the following errors are possible within a COBOL if statement?
How many comparisons can a single COBOL statement make?