Mainframe: Easytrieve and TPF Quiz

mainframe Online Quiz - 86

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Where and how to find whether a production job is completed successfully?

  1. File Aid
  2. TOM
  3. TWS
  4. APA
Question 2 Multiple Choice (Multiple Answers)

What are the various ways to test our procedure?

  1. Using Batch program
  2. Using IBM Tools
  3. Front-end link
  4. None of the above.
Question 3 Multiple Choice (Multiple Answers)

What are the different ways to test our procedure?

  1. Using Batch program
  2. Using IBM Tools
  3. Front-end link
  4. None of the above
Question 4 Multiple Choice (Single Answer)

In TPF data isolation can be achieved by

  1. Data Hiding
  2. Reentrancy
  3. Encapsulation
  4. None of the above
Question 5 True/False

Organising of file system in tpf is Hierarchial

  1. True
  2. False
Question 6 True/False

TPF does not support Batch Processing

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

ALCS expansion

  1. Airlines Configuration System
  2. Airlines Control Solution
  3. Airlines Configuration Solution
  4. Airlines Control System
Question 8 True/False

With TPF portability of codes is possible

  1. True
  2. False
Question 9 Multiple Choice (Multiple Answers)

Characteristics of TPF technology

  1. Quick Response time
  2. High Availability
  3. Huge Message Rates
  4. High Security
  5. Can be used as interface with other system
Question 10 Multiple Choice (Single Answer)

CRAS expansion

  1. Computer Resource Availabilty Set
  2. Computer Resource Agent System
  3. Computer Resource Availability System
  4. Computer Room Agent Set
Question 11 True/False

TPF program size should be less than or equal to 4k

  1. True
  2. False
Question 12 Multiple Choice (Multiple Answers)

Characteristics of TPF technology

  1. Quick Response time
  2. High Availability
  3. Huge Message Rates
  4. High Security
  5. Can be used as interface with other system
Question 13 Multiple Choice (Multiple Answers)

Characteristics of TPF technology

  1. Quick Response time
  2. High Availability
  3. Huge Message Rates
  4. High Security
  5. Can be used as interface with other system
Question 14 Multiple Choice (Single Answer)

ECB expansion

  1. Exit Configuration Block
  2. Entry Comparision Block
  3. Entry Configuration Block
  4. Entry Control Block
Question 15 Multiple Choice (Single Answer)

Which family does TPF belongs to?

  1. IBM System/360
  2. IBM System/390
  3. IBM System/370
  4. IBM System/3090
Question 16 Multiple Choice (Single Answer)

How many sections an easytrieve program contains and what are they?

  1. 3;Identification,Environment, Procedure
  2. 4;Cofiguration, Input Output, File section, Procedure
  3. 3;Environment, Library, Activity
  4. 3; Configuration, File section, Procedure
Question 17 Multiple Choice (Single Answer)

Which is the only mandatory section of an easytrieve program?

  1. Activity
  2. Identification
  3. Procedure
  4. Environent
Question 18 Multiple Choice (Single Answer)

An easytrieve file is defined as given. NAME * 10 A What does '*' indicates here?

  1. It does not indicates anything , it is a syntax error.
  2. It indicates that the field will begin in next position.
  3. It indicates that no data record is present before 'NAME'.
  4. It indicates no data record exists after 'NAME'.
Question 19 Multiple Choice (Single Answer)

What are the two processing activities in an easytrieve program?

  1. JOB activity, LOOP activity
  2. PROCEDURE activity, SECTION activity
  3. JOB activity, SORT activity
  4. STATEMENT activity, PARAGRAPH activity
Question 20 True/False

Can there be more than one activity in a single easytrieve program?

  1. True
  2. False