Which family does TPF belongs to?
IBM System/360
IBM System/390
IBM System/370
IBM System/3090
How many sections an easytrieve program contains and what are they?
3;Identification,Environment, Procedure
4;Cofiguration, Input Output, File section, Procedure
3;Environment, Library, Activity
3; Configuration, File section, Procedure
Which is the only mandatory section of an easytrieve program?
Activity
Identification
Procedure
Environent
An easytrieve file is defined as given. NAME * 10 A What does '*' indicates here?
It does not indicates anything , it is a syntax error.
It indicates that the field will begin in next position.
It indicates that no data record is present before 'NAME'.
It indicates no data record exists after 'NAME'.
What are the two processing activities in an easytrieve program?
JOB activity, LOOP activity
PROCEDURE activity, SECTION activity
JOB activity, SORT activity
STATEMENT activity, PARAGRAPH activity
Can there be more than one activity in a single easytrieve program?
True
False
What all sections are mandatory for an easytrieve program with SORT activity?
Library, Activity
Environment, Activity
Environmet, Library
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
Which of the file defenition is correct here? A)NAME * 10 A B)NAME +10 10 A C)NAME 10 10 A D)NAME IN-FILE +10 10 A
A,B,C
B,C
B,C,D
A,B,C,D
"Using a SORT activty, an easytrieve program can sort any file that can not be processed sequentially". is the statement true?