Appendix C. Useful tips when analyzing Transaction Affinities Utility reports

Sometimes the report produced by the Reporter from data gathered from the Detector can contain some results that appear odd at ®rst glance. This appendix gives tips for resolving such results.

COBOL affinities

If an application program is invoked using the native CALL statement, CICS COBOL run-time code issues an EXEC CICS LOAD HOLD for the program and branches to it directly. This causes affinity only if the program is not reentrant; that is, if it modi®es itself. Otherwise, there is no affinity.

CICS COBOL run-time code writes data to a TS queue if an abnormal termination occurs. The TS queue name used is ªCEBRº plus the termid of the terminal, or blanks if there is no terminal. This does not cause affinity.

LOGON or SYSTEM when PCONV expected

When dealing with an application that is known to use TS queues within a pseudoconversation, but never beyond, there may be occurrences in the report of affinity groups that appear as LUNAME/SYSTEM or LUNAME/LOGON, instead of the expected LUNAME/PCONV.

vA SYSTEM lifetime can be explained if the installation uses a session manager that logs users off after a pre-determined quiet time. When the log off occurs in the middle of a pseudoconversation, the Transaction Affinities Utility notices that the TS queue still exists, and increases the lifetime to SYSTEM.

vA LOGON lifetime can be explained by the user switching off the terminal in the middle of a pseudoconversation and causing a VTAM® line error. This causes an error transaction to be attached internally at the terminal. The affinity utility program notices that the TS queue exists at the end of that transaction, and increases the lifetime to LOGON.

In both these circumstances the real lifetime is PCONV, because, although the TS queue exists at the end of the pseudoconversation, the data in it will never be used again. Normally the ®rst action of a new pseudoconversation is to delete the contents of all such TS queues for that terminal to ensure that everything is tidy.

Unrecognized Transids

Transids that consist of garbage data are reported in the Transaction Affinities Utility report. Such transids are not known to CICS, and most contain the same hexadecimal data. This is probably caused by a bug in an application that causes the EIB to be overwritten.

© Copyright IBM Corp. 1994, 1999

75

Page 91
Image 91
IBM OS manual Cobol affinities, Logon or System when Pconv expected, Unrecognized Transids

OS specifications

IBM OS, or IBM Operating System, refers to a family of operating systems developed by IBM to support its hardware architectures. IBM has produced a range of OS versions tailored for different computing needs, such as mainframes, servers, and personal computers. Among the most notable operating systems in IBM's portfolio are OS/2, z/OS, and AIX, representing a blend of innovation and reliability that has defined IBM's reputation in the computing world.

One of the defining features of IBM OS is its robust multitasking capabilities. Both z/OS, predominantly used in IBM's mainframe environments, and AIX, the Unix-based system for IBM Power Systems, support multiple users and processes simultaneously. This ability allows organizations to run numerous applications in parallel efficiently, maximizing resource utilization and improving productivity.

In terms of security, IBM OS incorporates advanced features aimed at protecting data and maintaining integrity. z/OS offers multifactor authentication, data encryption, and a security model that adheres to the latest regulatory requirements. AIX provides Secure Virtualization, which enhances isolation and security in cloud environments, essential for enterprises handling sensitive information.

Another key characteristic is the adaptability of IBM OS to modern technologies. For instance, z/OS is designed to integrate with cloud computing, open source, and DevOps practices. This adaptability supports organizations in modernizing their infrastructure while retaining the stability associated with IBM solutions. AIX similarly supports containerization and virtualization, which are critical for optimizing resource usage in dynamic computing environments.

IBM's commitment to scalability is evident across its OS offerings. Organizations leveraging z/OS can handle enormous workloads and transactional volumes, making it a preferred choice for industries like finance and telecommunications. AIX also supports scalability, allowing businesses to expand their computing resources as demands grow without significant downtime.

The availability of development tools and environments is another noteworthy aspect of IBM OS. With robust IDEs and programming languages support, developers can create and deploy applications smoothly. This assists businesses in streamlining their development processes and improving time-to-market for innovative solutions.

In summary, IBM OS encompasses a suite of operating systems characterized by multitasking, security, adaptability to modern technologies, scalability, and comprehensive development support. These features have cemented IBM's position as a leader in enterprise solutions, allowing organizations across various industries to thrive in an increasingly digital world.