|
ZOC REXX Scripting Documents and Links
|
The following is a list of resources which should help you get started or using the ZOC
Scripting Language REXX.
|
|
Where to Start
|
|
If you want to get a first impression about the ZOC scripting language, choose
REXX Script Introduction
from the bottom of the Script menu in the ZOC window.
The quickest way to get an idea of the REXX language and to acquaint yourself with the
most commonly used language elements, is to choose
REXX Language Elements
from the help menu in the ZOC window.
|
|
Learning REXX
|
This is a complete REXX Tutorial (~100 pages, PDF) and 40 easy samples.
It covers the basic REXX language and was written for the REXX interpreter used
with ZOC version 5, but it is still as good as new an easy way to get deeper
into REXX.
Download the LearningREXX.ZIP archive
from our server
(by EmTec and Enterprise Inc.).
|
|
The ZOC REXX Reference
|
Find a full reference covering the REXX language and ZOC extensions (PDF, ~200 pages).
Your one stop shop for all the details. Based on the REGINA REXX interpreter
used with ZOC version 6. Download ZocRexxReference.PDF
from our server
(by EmTec and the REGINA project).
|
|
ZOC Scripting Samples
|
This is an archive which contains a handful of self explanatory examples
(available in German and English). These cover REXX and basic ZOC Extensions.
Download the ZocScriptingSamples.ZIP archive
from our server
and look at the comments
within the sample scripts and snatch a few lines for your own tasks.
|
|
ZOC REXX Extensions
|
The exhaustive list of ZOC extensions to the REXX language (commands to interact
with ZOC and to perform data communication) is also available from ZOC's
help menu (ZOC REXX Command List).
|
|
Classic REXX Tutorial
|
A REXX Internet Tutorial and Reference. Covers the basics of the REXX language and
is easy to navigate for quick reference:
Classic REXX Tutorial
(by Kilowatt Software)
|
|
Common REXX Pitfalls
|
A page listing a few traps of the REXX language:
Common REXX Pitfalls
(by Quercus Systems)
|