z/OS programming constructs with
Reveal answer
Fill a bubble to check yourself
z/OS programming constructs with
A group of related instructions called a routine or module
A set of related modules that make a particular system function possible called a system component
Sequences of instructions that perform frequently used system functions called Macros
Keep track of the work executed by programs of Z/OS known as Control blocks
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.