Syntax for "DYNAMICACB#"
-
DYNAMICACB#
-
DYNAMICACB#=number
-
DYNAMICACB#=YES
-
None of above
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
DYNAMICACB# requires a numeric value assignment in JCL syntax (DYNAMICACB#=number). This parameter controls dynamic ACB (Access Control Block) allocation. Option B shows the correct syntax with a numeric value.
AI explanation
The parameter is specified in the form DYNAMICACB#=number, where the number sets the value for the dynamic ACB (Access Control Block) count. Simply writing the keyword alone or assigning it YES doesn't match the expected numeric-value syntax this parameter requires.