dkelosky / rexx-jenkins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REXX Utilities

REXX project with utilities to help with REXX development.

Installation

  1. git clone
  2. npm install
  3. create config/local.json5 like config/default.json5 and customize with proper values
  4. zowe config secure or create zowe.config.user.json like zowe.config.json with user & password & account
  5. Update host / port in zowe.config.json.

Usage

Add dynamic allocation or other TSO commands needed in the address space to cmd.txt, e.g.:

allocate file(myexec) dsn('ibmuser.rexx') shr
concat file(sysexec myexec)

Run setup then ex dsn(member). This creates a cmd.txt file (which is .gitignoreed) to keep track of an active TSO servlet.

setup.bat

setup starts TSO address space and keeps it running.

send.bat

ex wraps running TSO commands via zowe against a TSO address space started via setup.

About


Languages

Language:JavaScript 66.1%Language:Dockerfile 13.4%Language:Shell 11.9%Language:Batchfile 5.8%Language:REXX 2.9%