Name
|
Description
|
JOBID | Display the job number or TSO id number if run under TSO. |
|
JOBNAME | Show the jobname of the id running the Rexx EXEC. This will be the TSO id under TSO or the batch jobname in batch. |
|
JUL2GREG | This Rexx exec will convert a Julian date in the format yyyy.ddd into a Gregorian date in the format yyyy/mm/dd.
It can be used as a stand alone exec or it can be called by another exec.
To use it as a called function use: Gregdate = Jul2Greg('yyyy.jjj','a')
In this example the 'a' suppresses messages from the Jul2Greg exec |
|
LC | Performs a LISTCAT from the ISPF 3.4 menu. All file types are supported. |
|
LEVELS | Returns a count of the number of levels in a passed dataset name.
e.g. LEVELS 'SYS1.PARMLIB' would return a value of 2.
There is no check made for the validity of the dataset name nor that the dataset exists |
|
LISTVOLS | Lists all the online DASD volumes along with their associated unit addresses. |
|
MEMMATCH | Checks a PDS for a member or member pattern match (i.e. ASL*) |
|
MQVER | This is a REXX equivalent of the MQVER programs. It will list the active (and inactive) MQ subsystems along with the version number and PTF level of the CSQ3EPX module. |
|
ONEEXT | Reallocates a dataset into a single extent dataset. By default it sets the secondary allocation value to zero but it can be made to keep the existing secondary allocation asis.
This exec can be used from the ISPF 3.4 panel |
|
PROPER | This subroutine will convert a string into proper name format.
i.e. ABBYDALE will become Abbydale
Link to information page click here.
A demonstration video is available on YouTube™ by clicking here.
Link to video demonstration click here. |
|