Multiple choice technology mainframe

A list of stored TSO commands to perform a particular function is called which of the following?

  1. CLIST

  2. Compiled code

  3. Executable code

  4. Stored procedure

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A CLIST (Command List) is a TSO scripting language that stores sequences of TSO commands for repeated execution. It's the predecessor to REXX in TSO environments. Compiled code refers to compiled programs, not command scripts. Stored procedures are associated with SQL/DBMS environments.