Mainframe: Easytrieve and TPF Quiz
mainframe Online Quiz - 86
Questions
Where and how to find whether a production job is completed successfully?
- File Aid
- TOM
- TWS
- APA
What are the various ways to test our procedure?
- Using Batch program
- Using IBM Tools
- Front-end link
- None of the above.
What are the different ways to test our procedure?
- Using Batch program
- Using IBM Tools
- Front-end link
- None of the above
In TPF data isolation can be achieved by
- Data Hiding
- Reentrancy
- Encapsulation
- None of the above
Organising of file system in tpf is Hierarchial
- True
- False
TPF does not support Batch Processing
- True
- False
ALCS expansion
- Airlines Configuration System
- Airlines Control Solution
- Airlines Configuration Solution
- Airlines Control System
With TPF portability of codes is possible
- True
- False
Characteristics of TPF technology
- Quick Response time
- High Availability
- Huge Message Rates
- High Security
- Can be used as interface with other system
CRAS expansion
- Computer Resource Availabilty Set
- Computer Resource Agent System
- Computer Resource Availability System
- Computer Room Agent Set
TPF program size should be less than or equal to 4k
- True
- False
Characteristics of TPF technology
- Quick Response time
- High Availability
- Huge Message Rates
- High Security
- Can be used as interface with other system
Characteristics of TPF technology
- Quick Response time
- High Availability
- Huge Message Rates
- High Security
- Can be used as interface with other system
ECB expansion
- Exit Configuration Block
- Entry Comparision Block
- Entry Configuration Block
- Entry Control Block
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