🎴 Flashcard Mode

Simple COBOL Quiz

Card1 / 11
Mastered0
Review0
QuestionClick to flip

Which one of the following is incorrect

AnswerClick to flip back
A
Divide A by B
💡 Explanation:

In COBOL, 'DIVIDE A BY B' is incorrect because the standard syntax is 'DIVIDE A INTO B' (where B is the dividend) or 'DIVIDE A BY B GIVING C'. 'DIVIDE A BY B' without a 'GIVING' clause is invalid.

Change Mode