Name
|
Description
|
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. |
|
FINDREXX | Checks to see if a Rexx exec exists in either SYSEXEC or the SYSPROC concatenations.
Usage: FINDREXX rexxname If the exec exists FINDREXX will set a return code of 0. If it doesn't exist the return code will be 8. |
|
GETDSN | Returns the dataset name associated with the passed DD name.
In the case of a dataset concatenation the first dataset name is returned.
Useage: GETDSN ddname
The routine PUSHes the data onto a stack for the calling EXEC to retrieve it. |
|
GETPROF | Returns the profile prefix being used by the TSO user. If PROFILE NOPREFIX is used then ''N'' is returned. |
|
ISDATE | This exec will validate a passed date. If the date is valid it will return a return code of 0.
It supports various date formats and dates in the format of the local date (i.e 26 JAN 2021)
Link to information page click here. |
|