Name
|
Description
|
| 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. |
|
| DATEGET | Demonstrates how to request a date from a user in ISPF. The XMI file contains the rexx, panels and messages.
The panels validates the date is valid and uses instream rexx. The panel displays as a popup.

For installation instructions click the button below.
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. |
|
| DB2STAT | Display the DB2 Subsystems defined on the current LPAR.
Along with the subsystem name it will display the staus of each subsystem. |
|
| DC | Enables a file to be deleted regardless of the file dataset organization. The exec can be called from an ISPF 3.4 panel. For VSAM an IDCAMS CLUSTER is issued, for a regular file a DELETE is issued. |
|
| DELSTATS | This exec will remove all ISPF statistics from a dataset.
This exec can be used from an ISPF 3.4 dataset list. |
|
| DIRLIST | A working example of how to use the LM commands to list a directory of a partitioned dataset. |
|
| EDITREC | This exec will allow error recovery to take place before opening a dataset if the TSO user previously crashed while editing a dataset providing they were using RECOVERY ON. |
|
| FINDIT | Locates the passed member in the list of datasets allocated to the user's TSO session |
|
| FINDMOD | Searches STEPLIB, LPALIST and LINKLIST (in that order), for a module name passed as a parameter. |
|