The bene®ts of dynamic routing

 

Being able to route transactions to target regions dynamically offers many bene®ts

 

in an online transaction processing (OLTP) system. The user can achieve:

 

v

Improved performance

 

v

Improved availability

 

v

Simpli®ed systems management

 

What does dynamic routing cost?

 

Of course, the CICS-supplied code cannot determine where to send a transaction,

 

this depends on your CICS environment and routing policies. It needs a facility for

 

you to specify your routing policies in a form that CICS can use. This can be a

user-written dynamic routing program used to supply the name of a suitable target

region, or you can use the dynamic routing program EYU9XLOP provided with

CICSPlex SM.. You can de®ne the name of a dynamic routing program on either

the DTRPGM system initialization (SIT) parameter, for terminal-related START and

dynamic program link (DPL) requests, or the DSRTPRG SIT parameter for

non-terminal-related START requests and CICS BTS processes.

 

At the basic level, a dynamic routing program simply contains tables of user

transaction identi®ers, with the matching system identi®ers (SYSIDs) of the target

regions that can process the transactions. At the highest and most sophisticated

 

level, the dynamic routing program would also be capable of detecting and

 

managing any special factors that might affect transaction routing.

One factor that can affect the otherwise free choice of target region is the use of

 

particular CICS programming techniques that transactions use to pass data from

 

one to another.

Transaction affinities

CICS transactions use many different techniques to pass data from one to another. Some techniques require that the transactions exchanging data must execute in the same CICS region, and therefore impose restrictions on the dynamic routing of transactions. If transactions exchange data in ways that impose such restrictions, there is said to be an affinity between them.

There are two categories of affinity:

vInter-transaction affinity; see ªInter-transaction affinityº on page 4

vTransaction-system affinity; see ªTransaction-system affinityº on page 4

The restrictions on dynamic routing caused by transaction affinities depend on the duration and scope of the affinities. Clearly, the ideal situation for a dynamic routing program is for there to be no transaction affinity at all, which means there is no

restriction in the choice of available target regions for dynamic routing. However, even when transaction affinities do exist, there are limits to the scope of these affinities determined by the:

vAffinity relations; see ªAffinity relationsº on page 4

vAffinity lifetime; see ªAffinity lifetimesº on page 5

Chapter 1. Introducing transaction affinities 3

Page 19
Image 19
IBM OS manual Benets of dynamic routing, What does dynamic routing cost?, Transaction affinities

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.