Multiple choice technology mainframe

A field in the file defenition of an easytrieve program can be of the following format

  1. A, N, P, B, U

  2. A, N, H, B, U

  3. A, N, D, H, B

  4. C, N, P, B, U

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

In Easytrieve file definitions, fields can have the following format types: A (Alphabetic/Alphanumeric), N (Numeric), P (Packed decimal), B (Binary), and U (Unsigned/Unformatted). Option D is incorrect because C is not a valid format. Option B is incorrect because H is not standard. Option C incorrectly includes D and H instead of P and U.