🎴 Flashcard Mode
IBM Mainframe: Assembler Programming and ICETOOL Utilities
Card1 / 20
Mastered0
Review0
QuestionClick to flip
OTHERWISE should be specified along with SELECT instruction.
AnswerClick to flip back
A
False
💡 Explanation:
The OTHERWISE clause in a SELECT instruction is optional, not mandatory. It provides a default case when no WHEN conditions match, but can be omitted if not needed. The statement claims it should be specified, which is false.