🎴 Flashcard Mode
ISPF Editing Commands and COBOL Basics
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which of the following is NOT a valid symbol to use in an IF condition
AnswerClick to flip back
A
=>
💡 Explanation:
In COBOL, the valid relational operators are = (equal), > (greater than), < (less than), >= (greater or equal), and <= (less or equal). The operator => is not valid - the correct form is >=. This is a syntax rule in COBOL conditional expressions.