This is a list of ZOC REXX Scripting samples.
REXX is a well known programming language,
which was originally developed by IBM for use on mainframes.
ZOC Terminal
is a ssh-client
and terminal emulator, which uses REXX as its client side scripting language.
The samples in this project are intended to show basic concepts of the REXX language and also how it integrates with ZOC in order to solve typical terminal related tasks in REXX by using the extensions which ZOC provides to control the communication and the terminal window itself.
The samples start with basic REXX concepts like variables or IF decisions, but they also cover topics like sending a command to the remote host (e.g. a Linux shell on an ssh-connection) and then reading and analyzing the response.
The docs site for this project is here. Further documentation for ZOC Terminal can be found here. You may also be interested in Introduction to ZOC REXX.
ZOC Terminal is a ssh-client and terminal emulator that allows client side scripting.