Multiple choice technology mainframe

What all sections are mandatory for an easytrieve program with SORT activity?

  1. Library, Activity

  2. Environment, Activity

  3. Activity

  4. Environmet, Library

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

For an Easytrieve program that includes SORT activity, the LIBRARY section is mandatory along with the ACTIVITY section. The LIBRARY section defines the sort fields and criteria. The ENVIRONMENT section is not specifically required for SORT activity, though it may be needed for file definitions in broader context.

AI explanation

An Easytrieve program that performs a SORT activity must include the Library section (to reference the necessary program libraries) and the Activity section (which defines the actual processing steps, including the sort). The Environment section is not mandatory for this purpose, which is why 'Library, Activity' is the correct pair.