Index of Samples files in API directory ---------------------------------------- (All supplied by Dave Jeffries unless stated) Filename Language Description -----------------+-----------+--------------------------------------------- CICSSHUT.REX REXX Shutdown a CICS normally - CICS system passed as parameter to the exec CMASSHUT.REX REXX Sample to shutdown a local CMAS thru the API - uses the CMAS resource table (Courtesy of Iain Coles - CPSM Development) CMASSHU2.REX REXX Sample to shutdown one or more CMASes in a plex thru the API - uses the CMASLIST resource table - CPSM 1.3 or later (Courtesy of Iain Coles - CPSM Development) EYUXAPI1.REX REXX Copy of sample shipped with CPSM 1.2 EYUXAPI2.REX REXX Copy of sample shipped with CPSM 1.2 EYUXAPI3.REX REXX Copy of sample shipped with CPSM 1.2 FILECLOS.REX REXX Close a local file - filename passed as a parameter to the exec - will use WAIT option if the file is in use FILECLO2.REX REXX Close a list of local files named in a PDS member - will use WAIT option if the file is in use - PDS name and member is hard coded in ALLOC statement - Possible replacement for automation that uses multiple /F modify commands. Simply put your list of files into the member and call the REXX exec when required. MCICSINI.REX REXX Globally reset Monitor Statistics for CICSRGNs - scope name passed as parameter to the exec - requires an active monitoring environment MLOCTINI.REX REXX Globally reset Monitor Statistics for LOCTRANs - transaction id passed as parameter to the exec - requires an active monitoring environment RESETIME.REX REXX Perform a CICS RESETTIME across the whole plex STOPMAS.REX REXX Stops the MAS component in a CICS region - MAS name passed as parameter to the exec ***End of Index***