🎴 Flashcard Mode
mainframe Online Quiz - 15
Card1 / 20
Mastered0
Review0
QuestionClick to flip
what is the maximum number of characters can be used to name the variable in REXX
AnswerClick to flip back
A
250
💡 Explanation:
REXX allows variable names up to 250 characters in length, providing considerable flexibility for descriptive naming. This generous limit supports self-documenting code with meaningful variable names without hitting length restrictions. The variable names can include letters, numbers, and certain special characters (though they cannot start with a number). Options A (2) and E (125) are too restrictive, while option D (255) is close but not the actual REXX standard limit.