Which of the following is not allowed to assign a value to a data name in a REPORT SECTION?

Options
- TOTAL
- MOVE
- SUM
- SOURCE


CORRECT ANSWER : TOTAL

Discussion Board
Correct answer

Correct answer is MOVE
Because,
TOTAL: Used to accumulate values for printing totals.
SUM: Used to specify fields to be totaled.
SOURCE: Specifies the data item whose value is to be printed.
MOVE is a procedural statement, not allowed in the REPORT SECTION.

Akhil Pitla 08-4-2025 03:44 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement