Skip to main content

Universal Virtual Terminal Script Interpreter

The Universal Virtual Terminal Script interpreter executes a script containing CL commands with support for variables, helper functions, and logical flow control.

The Universal Virtual Terminal Script interpreter is a general-purpose CL script interpreter. It can be used to script any CL commands suitable for a batch execution environment.

Despite the name, UNVVT does not interact with a virtual terminal. However, UNVVT does provide enhanced integration capabilities with the UNVVTSND command that make it ideal for scripting virtual terminal sessions.

Functions

The UNVVT command provides the following basic functionality:

  • Execute CL scripts
  • Create and modify script variables
  • Logical flow control
    • Logical branching
    • MONMSG
    • RETURN
    • GOTO

Detailed Information

The following pages provide detailed information for UNVVT: