wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Easytrieve Fun Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of these is the first statement for report declaration? 

a)

Line

b)

Report

c)

File

d)

Job

2.

What statement causes all quantitative fields to be totaled? 

a)

Control

b)

Sum

c)

File

d)

Miller

3.

Which of these statements can be added only in the library section? 

a)

Define

b)

Sum

c)

Control

d)

File

4.

Easytrieve is a product of

a)

Microsoft

b)

Google

c)

Amazon

d)

None

5.

Easytrieve is a

a)

Programming Language

b)

Generate the Reports

c)

Information retrieval and data management system

d)

All of the above

6.

 A typical Easytrieve program has _________ sections

a)

2

b)

3

c)

4

d)

1

7.

Which of the following Section is Customized section in Easytrieve?

a)

Environment

b)

Activity

c)

Library

d)

None of the above

8.

Easytrieve provides _________of operation that facilitate production as well as ad-hoc programming.

a)

Four

b)

Five

c)

Three

d)

Two

9.

For Variable Block Files, In addition to writing the record, What is the mandatory task to specify in the Easytrieve program?

a)

FILE-NAME

b)

RECORD-LENGTH

c)

JOB-NAME

d)

All of the above

10.

Which section is Mandatory section to define in an Easytrieve program

a)

Library Section

b)

Environment Definition Section

c)

Activity Definition Section

d)

None of the above

11.

What is Macro in Easytrieve?

a)

Similar to JCL

b)

Similar to Copybook in Cobol

c)

Identical to VSAM file

d)

None of the above

12.

What is the Error code B004 denotes?

a)

Field name not in file

b)

Wrong Record Length of the file

c)

Invalid Block Size

d)

Report exceeds page size

13.

Which of the following is a Report statement Parameters

a)

Testing aid parameters

b)

Format determination parameters

c)

File directing parameters

d)

All of the above

14.

To Invoke a Macro, Where can a macro invocation Statement can be coded in an Easytrieve program

a)

No need to code macro invocation statement

b)

Any where in the program

c)

In JCL Run

d)

None of the above

15.

What is A005 Easytrieve Error Message

a)

Invalid Block Size

b)

Invalid Record Format

c)

Invalid Block Size

d)

I/O Error

16.

Identify the output of the given Easytrieve Program?

a)

b)

c)

d)

17.

What is the result for the given code?

a)

b)

c)

d)

None of the above

18.

What is STOP EXECUTE does?

a)

End only the current job activity

b)

Immediately terminates All Easytrieve execution

c)

No impact to execution

d)

None of the above

19.

What does MOVE LIKE statement does?

a)

Moves contents of fields in one file to other file which has Non-identical fields

b)

Moves contents of fields in one file to other file which has identical fields

c)

Does not Move contents of fields in one file to other file which has identical fields

d)

All of the above

20.

Which of the following is a Report Procedure

a)

BEFORE-LINE & AFTER-LINE

b)

END PAGE

c)

BEFORE-BREAK & AFTER-BREAK

d)

All of the above