Name
|
Description
|
| STRCOUNT | Counts the number of occurrences of one string in another.
It will return a count of the string along with the position of the first occurrence of the string. If the string doesn't exist the result for both Count and FirstPos will be 0. |
|
| STRREPL | This routine replaces a string of text with a replacement string within a given string.
For example to replace the word 'Red' with the word 'Green' in string 'My favorite colour is Red' code: STRREPL('My favorite color is Red','Red','Green') Note: That case is sensitive.
Link to information page click here. |
|
| TESTKSDS | Checks to see if a VSAM KSDS needs reorganising or not.
For installation instructions click the button below.
For installation instructions click the button below.
Link to information page click here.
A demonstration video is available on YouTube™ by clicking here. |
|
| USERNAME | This routine will return the name of the TSO user currently executing the EXEC. It will call the Rexx EXEC, PROPER to format the name correctly.
The routine PUSHes the data onto a stack for the calling EXEC to retrieve it. |
|
| VALIDIP | Validates the format of a passed IP Address and checks that it is a valid format. |
|
| VALIDMEM | Validates the passed member name for correct format |
|
| VALIDQ | This exec will validate that a passed queue name is in the correct for format for a WebsphereMQ queue. The following are the possible return codes from the exec.
Return Codes :- 0 - Queue name is valid
- 4 - Help displayed
- 8 - Queue name invalid, Starts with a space
- 16 - Length of queue name is too long
- 20 - Invalid character in queue name
|
|
| VALIDVOL | Validates a passed volume serial number. The volume serial number must follow IBM naming standards and has to be online in order to be considered valid. VALIDVOL requires our assembler program ASLVTOC. |
|
| XMT | A Rexx utility for helping to create XMIT files ready for file transfering.
It has many features including, filtering members, creating a log and/or an index, allowing messages to be added to the file, doing multiple files in one execute.
For installation instructions click the button below.
Link to information page click here.
A demonstration video is available on YouTube™ by clicking here. |
|
| ZAPVTOC | Update a VTOC bypassing regular dataset enqueues. This is useful for dataset being enqueued by the system itself.
This file is only available upon request.
Link to information page click here.
A demonstration video is available on YouTube™ by clicking here. |
|