Tag: mainframe

Questions Related to mainframe

  1. z/OS

  2. PR/SM

  3. Virtual Storage

  4. Coupling Facility


Correct Option: B
Explanation:

To answer this question, the user needs to have knowledge about mainframe hardware and operating systems.

The facility that allows mainframes to be partitioned into LPARs (Logical Partitions) is PR/SM (Processor Resource/Systems Manager).

Option A: z/OS is an operating system used on IBM mainframes. While it provides a range of services for running applications on mainframes, it is not the facility that allows for LPAR partitioning.

Option B: PR/SM is the correct answer. It is a firmware that provides the ability to create LPARs, which are virtualized instances of a mainframe that allow multiple operating systems to run concurrently on a single physical machine.

Option C: Virtual Storage is a feature of the z/OS operating system that provides virtual memory management. It is not the facility that allows for LPAR partitioning.

Option D: Coupling Facility is a hardware component used in parallel sysplex configurations to provide high-speed communications and data sharing between multiple mainframes. It is not the facility that allows for LPAR partitioning.

Therefore, the answer is:

The Answer is: B. PR/SM

  1. Task

  2. Daemon

  3. TASKLIB

  4. Process


Correct Option: A
Explanation:

To answer this question, the user needs to know about the basic concepts of operating systems and the difference between UNIX and z/OS.

In z/OS, the equivalent of a thread in UNIX is a task. Therefore, option A is the correct answer.

Here is an explanation of each option:

A. Task: This is the correct answer. A task in z/OS is equivalent to a thread in UNIX. It is the smallest unit of work that is scheduled and dispatched by the operating system.

B. Daemon: A daemon is a type of background process that runs continuously, waiting to perform a specific task or respond to requests. It is not equivalent to a thread in UNIX.

C. TASKLIB: TASKLIB is a library that contains the source code for a task. It is not equivalent to a thread in UNIX.

D. Process: A process is a program in execution, along with all the resources it needs to execute. It is not equivalent to a thread in UNIX.

Therefore, the answer is: A. Task.

  1. Different in every ISPF menu

  2. Determined by operating system

  3. Fixed by ISPF and cannot be changed

  4. May be changed using the ISPF SETTINGS function


Correct Option: D
  1. LPAR (Logical Partition)

  2. ASM (Auxiliary Storage Manager)

  3. APF (Authorized Program Facility)

  4. PR/SM (Processor Resource / System Manager)


Correct Option: C
  1. Type of users with access

  2. Navigational vs. non navigational

  3. Concurrent vs. non concurrent multiple program access

  4. Support for single vs. multiple application languages


Correct Option: B
  1. The JCL must be changed to use the correct dataset names.

  2. The program must be recompiled to change the DDNAMEs used.

  3. The JCL must be changed to include the correct high level qualifier in the DDNAME.

  4. The program must be recompiled in order to change the dataset names in the source code.


Correct Option: A