Multiple choice technology databases

In which Spec, arrays can be declared in RPG400?

  1. E

  2. I

  3. F

  4. C

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

In RPG/400 programming, arrays are declared in the E-spec (Extension specification). The E-spec is specifically designed for defining array characteristics including dimensions, and element sizes. Other specs like I (Input), F (File), or C (Calculation) serve different purposes.