Multiple choice technology mainframe

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

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

This question tests knowledge of z/OS programming constructs. All four options represent different aspects of z/OS programming: routines/modules are groups of related instructions, system components are sets of related modules, macros are sequences for frequently used functions, and control blocks track work execution by programs.