IBM Mainframe: z/OS, COBOL, and IDMS

Covers IBM mainframe computing topics including z/OS storage management, workload management, and programming constructs; COBOL language features; and IDMS database operations

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which column position is used as continuation indicator field

  1. 7
  2. 70
  3. 80
  4. 72
Question 2 Multiple Choice (Single Answer)

Z/OS is capable of

  1. Multiprogramming and Multiprocessing
  2. Multiprogramming but not Multiprocessing
  3. Multiprocessing but not Multiprogramming
  4. Neither Multiprogramming nor multiprocessing
Question 3 Multiple Choice (Multiple Answers)

z/OS programming constructs with

  1. A group of related instructions called a routine or module
  2. A set of related modules that make a particular system function possible called a system component
  3. Sequences of instructions that perform frequently used system functions called Macros
  4. Keep track of the work executed by programs of Z/OS known as Control blocks
Question 4 Multiple Choice (Multiple Answers)

Z/OS control blocks includes

  1. System-related control blocks
  2. Resource-related control blocks
  3. Job-related control blocks
  4. Task-related control blocks
Question 5 Multiple Choice (Multiple Answers)

The physical storage used in Z/OS is

  1. Internal storage or real storage or central storage or processor storage
  2. External storage or paging storage or auxiliary storage
  3. Virtual storage
  4. All
Question 6 Multiple Choice (Single Answer)

Which one of the following is true about Central and Auxiliary storage in Z/OS

  1. Central storage is accessed asynchronously with the processor and Auxiliary storage is accessed synchronously
  2. Central storage is accessed synchronously with the processor and Auxiliary storage is accessed asynchronously
  3. Both Central storage and Auxiliary storage is accessed asynchronously with the processor
  4. Both Central storage and Auxiliary storage is accessed synchronously with the processor
Question 7 Multiple Choice (Single Answer)

Z/OS uses which physical storage for virtual storage

  1. Central storage
  2. Auxiliary storage
  3. Both 1 & 2
  4. None
Question 8 Multiple Choice (Single Answer)

Z/OS supports

  1. 32-bit long addresses
  2. 64-bit long addresses
  3. 8-bit long addresses
  4. 16-bit long addresses
Question 9 Multiple Choice (Single Answer)

WORK LOAD MANAGEMENT in Z/OS is intended to

  1. Goal achievement - assigning sysplex resources to workloads based on their importance
  2. Throughput - optimal use of the system resources from the system point of view
  3. Response and turnaround time - optimal use of system resources from the point of view of the individual address space
  4. All of the above
Question 10 True/False

Datamanagement activities in Z/OS can be done both Both manually and automated process

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

The primary means of managing storage in z/OS is

  1. Data Facility Storage Management Subsystem (DFSMS)
  2. Data Storage Facility Management Subsystem (DSFMS)
  3. Data Storage Facility Management System (DSFMS
  4. Data Facility Storage Management System (DFSMS)
Question 12 True/False

Can a deadlock occur in the execution of a read-only program?

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

What is meant by a run?

  1. Program
  2. ECL
  3. Sub-routine
  4. Proc
Question 14 Multiple Choice (Single Answer)

What is the maximum number of area you can open with a single OPEN statement?

  1. 27
  2. 37
  3. 47
  4. 57
Question 15 True/False

Can you open areas in different modes using one open statement?

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

How can you create multiple runs for a program?

  1. SSG
  2. Batch Program
  3. Proc
  4. Subroutine
Question 17 Multiple Choice (Single Answer)

In QUICK BEFORE LOOKS the changes are made to the? (do not select DUMMY options)

  1. Dummy-1
  2. Retention File
  3. Database Page
  4. Dummy-2
Question 18 Multiple Choice (Single Answer)

In DEFERRED UPDATES looks the changes are made to the? (do not select DUMMY options)

  1. DUMMY-1
  2. Retention File
  3. Database Page
  4. DUMMY-2
Question 19 Multiple Choice (Single Answer)

What are the different levels available in COBOL?

  1. 01-49, 66
  2. 01-49,77
  3. 01-49,66,77,88
  4. 01-49
Question 20 Multiple Choice (Single Answer)

What are the different levels available in COBOL?

  1. 01-49, 66
  2. 01-49,77
  3. 01-49,66,77,88
  4. 01-49