🎴 Flashcard Mode

VB.NET, Java, and Mainframe Programming Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What is the maximum number of DD stmt a step can have?

AnswerClick to flip back
A
255
💡 Explanation:

A single job step can have up to 255 DD statements. This is a system limitation in JCL. Options like 15, 100, and 300 are incorrect - 300 exceeds the maximum, while 15 and 100 are well below the actual limit.

Change Mode