A field in the file defenition of an easytrieve program can be of the following format
-
A, N, P, B, U
-
A, N, H, B, U
-
A, N, D, H, B
-
C, N, P, B, U
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.