Multiple choice technology databases

How many arrays can be declared to the maximum in a RPG program?

  1. 50

  2. 100

  3. 150

  4. 200

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

RPG/400 programs can declare a maximum of 200 arrays. This is a specific limit within the language that programmers need to be aware of when designing data-intensive applications. The limit is higher than file limits because arrays are memory structures rather than file I/O objects.