IBM Mainframe/z/OS Technical Fundamentals

Quiz covering IBM mainframe and z/OS technical concepts including IPL, JES, ISPF, JCL, storage systems, data sets, networking, and systems programming fundamentals

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is this and how can it be executed?

  1. It's a JCL procedure and cannot be executed
  2. It's a job and may be submitted with a SUBMIT command.
  3. It's a JCL procedure and can be executed with a submit command.
  4. It's a JCL procedure and must be invoked in a job with an EXEC statement.
Question 2 Multiple Choice (Single Answer)

Which of the following z/OS data set organization is most like a UNIX directory?

  1. VSAM RRDS
  2. Sequential data set
  3. Partitioned data set
  4. VSAM Indexed data set
Question 3 Multiple Choice (Single Answer)

Which of the following are the types of EDIT commands?

  1. Menu and Line
  2. Line and Data
  3. Primary and Line
  4. Primary and Secondary
Question 4 Multiple Choice (Single Answer)

What is this and how can it be executed?

  1. It's a JCL procedure and cannot be executed.
  2. It's a job and may be submitted with a SUBMIT command.
  3. It's a JCL procedure and can be executed with a submit command.
  4. It's a JCL procedure and must be invoked in a job with an EXEC statement.
Question 5 Multiple Choice (Single Answer)

In the ISPF Edit panel, there are fields named PROJECT, GROUP, TYPE, and MEMBER. What information do these fields specify?

  1. DSNAME
  2. DDNAME
  3. PARM field
  4. DD Statement
Question 6 Multiple Choice (Single Answer)

Which of the following describes relative access speed for z9 major storage types?

  1. Tape is faster than DASD
  2. DASD is faster than cache
  3. Real memory is faster than DASD
  4. Optical storage is faster than cache
Question 7 Multiple Choice (Single Answer)

Which of the following are the types of EDIT commands?

  1. Menu and Line
  2. Line and Data
  3. Primary and Line
  4. Primary and Secondary
Question 8 Multiple Choice (Single Answer)

Which of the following z/OS data set organization is most like a UNIX directory?

  1. VSAM RRDS
  2. Sequential data set
  3. Partitioned data set
  4. VSAM Indexed data set
Question 9 Multiple Choice (Single Answer)

If a userid is ZTEST1, then what is entered in the Data Set List Utility (generally option 3.4) for "Dsname Level" to list all data sets with the high level qualifier of the userid?

  1. ZTEST1
  2. "ZTEST1"
  3. .ZTEST1
  4. 'ZTEST1*'
Question 10 Multiple Choice (Single Answer)

PC keyboards do not have a "PA1" key, 3270 emulators map some keys to "PA1". What is the "PA1" key used for in TSO and ISPF?

  1. Terminate the program currently running.
  2. Terminate ISPF to return to the TSO READY prompt.
  3. Pause a program so that data will not continue to scroll.
  4. Clear the screen to allow the next screen of data to display.
Question 11 Multiple Choice (Single Answer)

The syntax: //INPUT DD * is used for what purpose?

  1. To specify that this DDNAME refers to a null dataset
  2. To specify that this DDNAME refers to the same dataset as the prior DD statement
  3. To specify that the data is contained in the JCL stream immediately after this DD statement
  4. To specify that the DDNAME refers to the same dataset as the DD statement with DDNAME of INPUT in the prior job step
Question 12 Multiple Choice (Single Answer)

What is the relationship of the Layered Network Models of TCP/IP, OSI, and SNA?

  1. SNA is an internal construction in z/OS and does not allow for end points.
  2. They are the same except that the OSI model inverts the layers top to bottom.
  3. They have the same layers with the exact same functions in each layer, but the names are different.
  4. The layers are conceptually similar but differ in name and details of what functions are in which layers.
Question 13 Multiple Choice (Single Answer)

A mainframe customer wants to add a web site for customer orders. They plan to tightly couple the web site to their existing back office z/OS applications. Which of the following describes an effective implementation?

  1. Bring in another System z machine
  2. Implement a firewall on the mainframe and use WebSphere to enable the web site on a Linux server.
  3. Implement a firewall on a new, small Unix server and use WebSphere to enable the web site on the mainframe
  4. Implement a firewall on a new Windows XP server and use WebSphere to enable the web site on a new Windows XP server.
Question 14 Multiple Choice (Single Answer)

If a data set with text information is created using ISPF edit, the dataset is copied to magnetic tape, and the magnetic tape is then copied to a PC (e.g. Windows), what will a user see who displays the file on the PC?

  1. Clear text, but with punctuation corrupted
  2. The exact same text as seen in ISPF on the mainframe
  3. An odd mixture of unintelligible and unprintable characters
  4. The results of the encryption used in every mainframe data set
Question 15 Multiple Choice (Single Answer)

What is the facility that allows mainframes to be partitioned into LPARs?

  1. z/OS
  2. PR/SM
  3. Virtual Storage
  4. Coupling Facility
Question 16 Multiple Choice (Single Answer)

In UNIX, the thread is the smallest element that performs work. What is an equivalent in z/OS?

  1. Task
  2. Daemon
  3. TASKLIB
  4. Process
Question 17 Multiple Choice (Single Answer)

What master catalog entry relates to the name of a user catalog?

  1. HLQ
  2. VVDS
  3. ALIAS
  4. Alternate index
Question 18 Multiple Choice (Single Answer)

ISPF uses various function keys. Which of the following describes the mapping of these keys?

  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
Question 19 Multiple Choice (Single Answer)

Storage protect keys protect storage in conjunction with what other feature on the mainframe?

  1. LPAR (Logical Partition)
  2. ASM (Auxiliary Storage Manager)
  3. APF (Authorized Program Facility)
  4. PR/SM (Processor Resource / System Manager)
Question 20 Multiple Choice (Single Answer)

Which of the following could be used to automatically establish communication between the operating system and primary job entry subsystem during IPL?

  1. JES
  2. IODF
  3. Master JCL procedure
  4. Communications Server