Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiya-873 authored Jan 27, 2025
0 parents commit fdd964a
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Create static site from markdown files using MkDocs

on:
push:
branches:
- main

permissions:
contents: write

jobs:
deploy:
uses: UrbanCode/reusable-workflows/.github/workflows/mkdocs-deploy.yml@main
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "plugin-doc-common-config"]
path = plugin-doc-common-config
url = git@github.com:UrbanCode/plugin-doc-common-config.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This repository contains documentation for z/OS Rexx Executor plugin for Devops deploy.
16 changes: 16 additions & 0 deletions docs/downloads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Downloads

---

- [ucd-plugins-zos-rexx-2.1168947.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1168947.zip)
- [ucd-plugins-zos-rexx-2.1168604.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1168604.zip)
- [ucd-plugins-zos-rexx-2.1164401.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1164401.zip)
- [ucd-plugins-zos-rexx-2.1164307.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1164307.zip)
- [ucd-plugins-zos-rexx-2.1161998.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1161998.zip)
- [ucd-plugins-zos-rexx-2.1161121.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1161121.zip)
- [ucd-plugins-zos-rexx-2.1161042.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1161042.zip)
- [ucd-plugins-zos-rexx-2.1159387.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1159387.zip)
- [ucd-plugins-zos-rexx-2.1158244.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1158244.zip)
- [ucd-plugins-zos-rexx-2.1154680.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-2.1154680.zip)
- [ucd-plugins-zos-rexx-1.1152822.zip](https://raw.githubusercontent.com/UrbanCode/IBM-UCD-PLUGINS/main/files/zos-rexx/ucd-plugins-zos-rexx-1.1152822.zip)

44 changes: 44 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Overview

---

The zOS Rexx Executor can run REXX statements provided in a dataset or in the plugin step.

Apart from executing a REXX program, this plug-in provides ability to create output properties.

## Compatibility

The plug-in is compatible with:

* UrbanCode Deploy version 7.0.0 or later
* UrbanCode Deploy agents on z/OS
* IBM z/OS version 2.1 or later
* IBM Java 8 or 11

## Available Steps

* Execute a REXX program

## Installation

No special steps are required for installation. See [Installing plug-ins in UrbanCode products](https://community.ibm.com/community/user/wasdevops/blogs/laurel-dickson-bull1/2022/06/13/install-plugins).

## History

### Version 2

* Added new checkbox input to show debug logs in case of any unknown failure.
* Output will now show the elapsed time of the REXX program
* New output property RexxReturnCode will store the return code of the REXX program
* Fixes output buffer issue when output has too much data
* Arguments can now be as big as 248 characters
* Fixed issue with work directory during two or more parallel step execution
* Minor improvements in temporary directory creation
* Fixed handling of CLIST error message response from ISPF Gateway
* Changes to run process in Legacy ISPF Gateway
* Improvements in ISPF gateway error handling
* Fixed PH62152 - RcException while allocating temporary datasets

### Version 1

* Initial release
17 changes: 17 additions & 0 deletions docs/steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Steps

---

## Process steps in the z/OS Rexx Executor plug-in

### Execute a REXX program

Use this step to execute rexx program

| Name | Type | Description | Required |
|------------------|-------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
| Source Type | Enumeration: INLINE / DATASET | Source of REXX program | Yes |
| Source Value | String | Text or PDS member or Sequential Dataset that has REXX program. If the single quotation marks are omitted, the user's data set prefix from the TSO profile is prefixed to the front of the data set name. | Yes |
| Arguments | String | Specify the arguments(without quotes) to the REXX program | No |
| SYSPROC Datasets | String | Specify fully qualified SYSPROC datasets that the INPUT REXX program may use | No |

70 changes: 70 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Usage

---

The z/OS Rexx Executor plug-in will execute statements provided in a dataset or inline in the plugin step.

Select **Source type** as **DATASET** from the drop-down and
enter the dataset in the **Source Value**.
Fully qualified dataset needs to be enclosed in single quotes.
When the quotes are omitted then, the TSO prefix of the id running the
plugin step is prefixed to the Source Dataset.

(or)

Select **Source type** as **INLINE** from the drop-down and
then in the **Source Value** enter REXX statements beginning with a **/\* REXX \*/** statement.

Arguments can be passed to the REXX program with/without quotes.
However, if there are more than one argument then arguments must be separated by a space.

The **SYSPROC** field allows user to pass datasets containing REXX programs
that will be used by the REXX program run by the plugin step.
Multiple **SYSPROC** datasets can be passed by separating datasets by a comma(,).

### Setting output property

This plugin allows user to set output properties from the REXX program and
later to be used in successive steps of a process.
A user REXX program can simply invoke a call to **SETPROP** with two arguments.

The first argument is output property name and
the second argument is the property value.

> CALL SETPROP propertyName propertyValue
For example, below REXX snippet will set an output property **currentDate** with value of **date** variable

***
/* REXX */
date = DATE('S') /* Returns date in YYYYMMDD format E.g., 20120327 */
CALL SETPROP "currentDate" date

### Setting multi-line output property

To set a multi-line output property, the lines of the property value must be separated
by a delimiter returned by inbuilt program **GETDLMTR**

***
/* REXX */
delimiter = GETDLMTR() /* Return delimiter to separate lines */
lines = "This is first line" || delimiter || "This is second line"
CALL SETPROP "outputLines" lines

Will set property **outputLines** to below value

***
This is first line
This is second line

### Referring properties from successive steps

If the rexx step name is **Run-Rexx-Program** and output property name is **currentDate**
then the output properties can be referred by the successive steps as below

> ${p:Run-Rexx-Program/currentDate}
**Note**

From plugin version 2, an output property __RexxReturnCode__ will store the return/exit code from REXX program.

2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site_name: "z/OS Rexx Executor"
INHERIT: plugin-doc-common-config/base.yml
1 change: 1 addition & 0 deletions plugin-doc-common-config

0 comments on commit fdd964a

Please sign in to comment.