Multiple choice technology mainframe subprograms and helproutines can have GDA True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Helproutines cannot have Global Data Areas (GDA) - only subprograms can use GDAs. This is because helproutines are designed for auxiliary functions and don't require global data sharing. Subprograms need GDAs to maintain state across calls.