Copyright IBM Corp. 1993, 2013 All Rights Reserved +---------------------------------------------------------------+ | TASID is a tool developed internally within IBM to monitor | | activity on a z/OS system. Note that some options may not | | operate correctly on all z/OS systems. | | | | All available documentation is contained within the help | | panels, which you can access by pressing the HELP function | | key on any panel within TASID. | +---------------------------------------------------------------+ | IBM PROVIDES THIS CODE ON AN "AS IS" BASIS WITHOUT WARRANTY | | OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT | | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR | | FITNESS FOR A PARTICULAR PURPOSE. | +---------------------------------------------------------------+ You need to download TASID load module and TASID panels. These contain: TASID.XMI - An XMIT format dump of the load module TASIDP.XMI - An XMIT format dump of the panels library Installation instructions ------------------------- 1) Copy TASID.XMI to your MVS system as 'prefix.TASID.XMIT'. Copy TASIDP.XMI to your MVS system as 'prefix.TASIDP.XMIT'. - Whatever file transfer method you use (such as FTP or PCOMM SEND), the files must be transferred in binary mode. - 'prefix.TASID.XMIT' and 'prefix.TASIDP.XMIT' *must* be fixed 80 data sets. - If you use FTP, preallocate the temporary data sets 'prefix.TASID.XMIT' and 'prefix.TASIDP.XMIT'. 1 cylinder of disk space should be sufficient. 2) On MVS, type the following TSO commands to create 'prefix.TASID.LOAD' and 'prefix.TASID.PANELS': RECEIVE INDA('prefix.TASID.XMIT') You will see a prompt: Enter restore parameters or 'DELETE' or 'END' + Press ENTER after this prompt to create 'prefix.TASID.LOAD' RECEIVE INDA('prefix.TASIDP.XMIT') You will see a prompt: Enter restore parameters or 'DELETE' or 'END' + Press ENTER after this prompt to create 'prefix.TASID.PANELS' 3) To invoke the program: a) Concatenate 'prefix.TASID.PANELS' to ddname ISPPLIB. b) Either concatenate 'prefix.TASID.LOAD' to ddname ISPLLIB or STEPLIB, or place it in LINKLIST or LPA. c) Enter ISPF and type TSO TASID Alternatively, you can create a CLIST containing the following statements and invoke it from within ISPF: ISPEXEC LIBDEF ISPPLIB DATASET ID('prefix.TASID.PANELS') STACK ISPEXEC LIBDEF ISPLLIB DATASET ID('prefix.TASID.LOAD') STACK ISPEXEC SELECT PGM(TASID) ISPEXEC LIBDEF ISPPLIB ISPEXEC LIBDEF ISPLLIB Technical support ----------------- If you have problems with the installation or questions about the program, contact ispf@us.ibm.com Recent updates -------------- Changes for version 5.21 (June 2013) o Rexx in panel ASIDMATH needs NUMERIC DIGITS 20 statement. o Fix bad initiator display on z/OS 1.13 and higher. Changes for version 5.20 (February 2013) o Add above 2G storage statistics o Fixed 140K storage leak o EAV migration assistance tracker reports TASID Changes for version 5.19 (September 2011) o Alter message for LPAR info missing at z/OS 1.11. o Fix initiator list at z/OS 1.13. o Place a limit on the number of ENQs displayed. o Improve storage calculations on the storage info display. Changes for version 5.18 (September 2009) o Extract JES3 information solely from the SSVI o TSO level truncated o Use SSCTSSID to find JES2 rather than SSCTSNAM as it may not be called JES2 o Total system ENQ status too slow on large sysplex Additions for version 5.17 (June 2009) o Abend0c4 in initiator display when JES SSCT not first o Enable display of enqueues in GRS STAR via Settings o ABEND0C4 when Diag Trap IGVINITFREEMAIN is active