Name
|
Description
|
| ALIKE | Create a dataset with the same attributes as the one next to which this command is issued on an ISPF 3.4 panel.
This REXX has been obsoleted by the ISPF "AL" line command |
|
| ASLCPY | This is the Rexx facility that allows ASLCOPY format statements to be generated. It is delivered bundled with ASLCOPY.
The required panels and message datasets are included.
Link to information page click here. |
|
| ASLDBACT | Loads a ISPF profile (ASLACTDB) with the defined DB2 subsystems on an LPAR along with the status of each one. |
|
| ASLQMACT | Loads a ISPF profile (ASLACTMQ) with the defined MQ subsystems on an LPAR along with the status of each one. |
|
| ASLTESTR | This exec will emtpy an existing sequential file or create and empty a new sequential file
The dataset name should be passed to the exec as the first parameter. An optional second parameter allows you to specify the logical record length to use (the default is 133). |
|
| CHECKDSN | Checks the format of a string passed to it to see if it is a valid dataset name format and returns a code of zero if all is well
Link to information page click here. |
|
| CHGUID | Change the userid in the ISPF statistics for a PDS.
This exec can be called from the ISPF 3.4 panel |
|
| CLONE | This will create an exact cloned copy of a dataset from the ISPF 3.4 panel.
The volume that will be used for the cloned copy can be changed.CLONE requires our assembler program ASLVTOC. |
|
| COMPMEMS | Scans partitioned datasets for like named members and produces a CSV file of the results with any ISPF statistics. This file can then be manipulated using Excel.
The files to be scanned can be either a list of partitioned dataset or datasets matching a pattern.
CM is an alias of this rexx command.
For installation instructions click the button below.
A demonstration video is available on YouTube™ by clicking here. |
|
| COUNTSTR | Count the occurrences of one string in another.
Link to information page click here. |
|