Multiple choice technology mainframe

What are the two processing activities in an easytrieve program?

  1. JOB activity, LOOP activity

  2. PROCEDURE activity, SECTION activity

  3. JOB activity, SORT activity

  4. STATEMENT activity, PARAGRAPH activity

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

Easytrieve has two main types of processing activities: JOB activity and SORT activity. JOB activity handles sequential data processing and report generation, while SORT activity is specifically for sorting operations. PROCEDURE and SECTION are related but different constructs within the language structure.