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 |
|
| 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. |
|
| COUNTSTR | Count the occurrences of one string in another.
Link to information page click here. |
|
| CPUCHECK | Check to see which LPAR the exec is running on and return a condition code depending on a list of LPARs that it is allowed to run on.
Link to information page click here. |
|
| DATESUFF | Returns the suffix for a passed day i.e. if you pass a day of 21 it will return 'st'.
It will not validate that the day is valid for a particular month but the passed date must be between 1 and 31. |
|