Multiple choice technology mainframe

DECLARE TABLE in DCLGEN is necessary.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DECLARE TABLE in DCLGEN is not mandatory because programmers can manually write host variable declarations in their COBOL or PL/I programs. DCLGEN is a convenience tool that generates declarations automatically, but it's optional.