Multiple choice technology databases

For a CHAIN operation, when a record is found, the indicator would be set OFF.

  1. True

  2. False

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

In RPG/400 CHAIN operation, when a record is successfully found, the indicator (typically *IN30 or similar) is set OFF (0). When no record is found, the indicator is set ON (1). This counter-intuitive behavior means ON = failure, OFF = success. This is standard RPG/400 behavior for chain operations.