WorksheetsEasytrieve Fun Quiz
Total questions: 20
Worksheet time: 10mins
Which of these is the first statement for report declaration?
Line
Report
File
Job
What statement causes all quantitative fields to be totaled?
Control
Sum
File
Miller
Which of these statements can be added only in the library section?
Define
Sum
Control
File
Easytrieve is a product of
Microsoft
Amazon
None
Easytrieve is a
Programming Language
Generate the Reports
Information retrieval and data management system
All of the above
A typical Easytrieve program has _________ sections
2
3
4
1
Which of the following Section is Customized section in Easytrieve?
Environment
Activity
Library
None of the above
Easytrieve provides _________of operation that facilitate production as well as ad-hoc programming.
Four
Five
Three
Two
For Variable Block Files, In addition to writing the record, What is the mandatory task to specify in the Easytrieve program?
FILE-NAME
RECORD-LENGTH
JOB-NAME
All of the above
Which section is Mandatory section to define in an Easytrieve program
Library Section
Environment Definition Section
Activity Definition Section
None of the above
What is Macro in Easytrieve?
Similar to JCL
Similar to Copybook in Cobol
Identical to VSAM file
None of the above
What is the Error code B004 denotes?
Field name not in file
Wrong Record Length of the file
Invalid Block Size
Report exceeds page size
Which of the following is a Report statement Parameters
Testing aid parameters
Format determination parameters
File directing parameters
All of the above
To Invoke a Macro, Where can a macro invocation Statement can be coded in an Easytrieve program
No need to code macro invocation statement
Any where in the program
In JCL Run
None of the above
What is A005 Easytrieve Error Message
Invalid Block Size
Invalid Record Format
Invalid Block Size
I/O Error
Identify the output of the given Easytrieve Program?
What is the result for the given code?
None of the above
What is STOP EXECUTE does?
End only the current job activity
Immediately terminates All Easytrieve execution
No impact to execution
None of the above
What does MOVE LIKE statement does?
Moves contents of fields in one file to other file which has Non-identical fields
Moves contents of fields in one file to other file which has identical fields
Does not Move contents of fields in one file to other file which has identical fields
All of the above
Which of the following is a Report Procedure
BEFORE-LINE & AFTER-LINE
END PAGE
BEFORE-BREAK & AFTER-BREAK
All of the above
