 |
Console automation using REXX and connectors |
Modern production environments are based on automation of processes. Console automation helps to react on event or time driven actions.
 |
Overview |
Modern production environments are based on time and event driven process automation and jobs. With the newest functions in VSE for the VSE console interface, the event driven process automation can be controlled:
-
by VSE using REXX procedures.
-
The various interfaces for REXX allow access to the VSE console and can be used for console automation processing. Decisions can then take advantage of the other REXX interfaces (i.e. POWER) for further processing.
Using the Java based Connectors, a remote platform can use modern technologies and do console automation and time or event driven actions. These actions can be a local remote action or an action on VSE. This allows you to monitor the console and react on certain messages or events. Reaction on the message text, its severity, originating program or partition and much more is possible.
Besides monitoring, an active interaction with the console is possible.You can issue console commands and retrieve and process the output from the console. This even allows management and operation of VSE from a remote systems.
The Job automation solution describes the various action possibilities:
-
Job streams can be build dynamically based on user input.
-
Output of jobs can be retrieved and processed.
-
Further decisions can be taken (i.e local actions on the remote system, or VSE actions like further jobs submission).
-
Integration of job scheduling and automation with web applications
 |
Benefits |
The interaction with console messages allows automation and monitoring of messages, the definition of actions for different colored and prefixed messages and definition of operation processes:
-
Console Automation for fast intervention
-
Automated reaction on console messages.
-
Remote operation and interaction with the console.
 |
Software requirements |
The following software requirements must be meet in order to implement this solution:
Note: WebSphere is NOT required to run the VSE Java-based connector. However, the connector can be deployed into WebSphere as an Resource Adapter, if you wish to access VSAM from a web application.
 |
How to get started |
To get started with console automation on VSE, REXX procedures can be developed to handle the console messages.
With Console automation from a remote platform you can start by establishing the infrastructure required:
- On VSE: Start the VSE Connector Server (STARTVCS - you can find it in your reader queue or in ICCF Lib59 as SKVCSSTJ)
- Install a Java Developer Kit
- Download the VSE Connector Client
- Install VSE Connector Client (using the install scripts provided)
- Use the samples described and commented in the online documentation o VSE Navigator to interact with the console.
 |
Additional information |
Additional information for this solution scenario can be found:
|