Name
|
Description |
Page #First Previous 1 2 3 4 5 6 Next Last
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
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. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
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. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
Returns the profile prefix being used by the TSO user. If PROFILE NOPREFIX is used then ''N'' is returned.
Link to information page click here. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
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. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
Display the job number or TSO id number if run under TSO.
Link to information page click here. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
Show the jobname of the id running the Rexx EXEC. This will be the TSO id under TSO or the batch jobname in batch.
Link to information page click here. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
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 |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
Performs a LISTCAT from the ISPF 3.4 menu. All file types are supported. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
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. |
|
Notice: Undefined index: ProgInfo in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 33
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 36
Notice: Undefined index: ManLink in /home/u894969250/domains/abbydalesystems.com/public_html/COPaging.php on line 58
|
|
|
Lists all the online DASD volumes along with their associated unit addresses. |
|