Modernization Hub

Are You a Vendor? Claim Your Listing

Take control of your product listings. Add verified information, showcase updates, and unlock a Claimed Vendor badge across the directory.

Claim Your Listing Now

All Products

Browse mainframe software products and solutions.

Page 127 of 145 • Showing 2521-2540 of 2891 products

Tivoli Tape Optimizer provides essential tape management capabilities on z/OS, focusing on efficient data handling and integration with existing infrastructure. The utility's core functionality includes tape-to-tape copy operations, dataset stacking to maximize tape utilization, and synchronization with DFSMSrmm and catalog systems. Key commands like COPY, STACK, and SYNC are executed through JCL, allowing for integration within batch processing workflows. Security...
Tivoli Usage and Accounting Manager for z/OS (TUAM) was designed to provide detailed reports on resource consumption within a z/OS environment. The primary function of TUAM was to process System Management Facility (SMF) data, which contains information about system resource usage. The product generated reports on CPU time, I/O operations, storage usage, and other metrics. These reports could be customized...
Tivoli Web Access for Information Management provided web-based access to Info/Man data on z/OS, enabling users to view and manage information through a web browser. The architecture comprised a web server, an application server, and a connection to the Info/Man backend. Authentication relied on the z/OS security infrastructure. The product used a web-based console for administration, including user management and...

TLMS

Active
TLMS (Tape Library Management System) is a tape management solution for z/OS environments, designed to automate and streamline tape operations. It provides capabilities for tracking tape volumes, managing tape locations, and enforcing retention policies. TLMS uses VSAM datasets to store its catalog and control information. Key commands include TMSCLEAN, TMSCOPY, and TMSAUDIT. For example, the TMSCLEAN command updates the TLMS...
TN Bridge is a software solution designed to provide access to 3270 terminal screens on mainframe systems. It offers APIs for .NET, ActiveX, and Delphi-Native applications, enabling modern applications to interact with legacy systems. Key components include the TN Bridge Server and client-side libraries. Communication occurs over TCP/IP. Common commands include `Connect`, `SendKeys`, `ReceiveData`, and `Disconnect`. Configuration is managed through...
TN3270Plus is a Windows-based TN3270 emulator designed for accessing IBM mainframe systems (z/OS, z/VM, zVSE). Key components include the User Interface (UI), Communication Engine, and Configuration Manager. The UI provides a graphical interface for interacting with 3270 applications. The Communication Engine handles the TN3270 protocol, and the Configuration Manager manages settings. It supports TN3270 and SSL/TLS for secure connections. Configuration...
TOAD for IBM DB2 z/OS is a tool set designed to simplify the administration of DB2 databases running on z/OS mainframes. It provides a graphical user interface (GUI) that allows database administrators to manage database objects, execute SQL queries, and control user access with greater ease than traditional command-line interfaces. This can lead to increased efficiency and reduced errors in...
Tomium Activity Monitor for DB2 provides real-time auditing of DB2 activity on z/OS systems. It acts as a monitor, forwarding events to security solutions like Imperva SecureSphere or McAfee Database Activity Monitoring. This enables organizations to meet compliance requirements and improve database security by tracking and reporting on database interactions. This product is applicable to organizations that require strict auditing...
Sponsored

Modernization Success Stories

Learn how Fortune 500 companies successfully modernized their mainframe infrastructure

Tomium Activity Monitor for IMS is a real-time auditing and monitoring solution for IMS environments running on z/OS. It addresses the business problem of providing visibility into IMS transactions for security and compliance purposes. Without this product, organizations may lack the ability to detect and respond to security threats or compliance violations in real-time, increasing the risk of data breaches...
Tools/Online offers a suite of utilities designed to enhance productivity and streamline application development within z/VSE and VSEn environments. The suite includes the VTAM Multiple Session Manager, Online CICS Map Generation Facility, and CICS/VSE CRT Screen Print Facility. The VTAM Multiple Session Manager allows users to manage multiple 3270 sessions on a single screen, improving efficiency by enabling simultaneous access...
Tools4CICS is a suite of utilities designed to improve CICS application development and maintenance. Key components include Help4CICS for online documentation, Notes4CICS for managing application notes, Word4CICS for text manipulation, and Spell4CICS for spell-checking. These tools are accessed via CICS transaction IDs, such as 'HELP' for Help4CICS. The primary benefits are increased developer productivity, reduced errors, and improved application maintainability....
Top Secret is a mainframe security product designed to provide comprehensive access control, auditing, and monitoring capabilities. It helps organizations protect sensitive data and meet regulatory compliance requirements across z/OS, z/VM, and zVSE/VSEn platforms. Key technical features include role-based access control (RBAC), multi-factor authentication, and real-time threat detection. From a deployment perspective, Top Secret integrates with existing security infrastructure, such...

Topaz

Active
Topaz is a strategic tool for organizations managing mainframe data. It provides capabilities for data discovery, visualization, and management across various data sources, including VSAM, IMS, Db2, Oracle, and Microsoft SQL Server. The Eclipse-based GUI allows users to interact with data, browse and edit data, and understand data relationships through lineage analysis and impact assessment. Topaz supports REST APIs for...
Total System Analyzer (TSA) was a performance monitoring tool for z/OS, designed to identify high-activity systems and program modules. It included the Problem Program Evaluator (PPE) to enhance module performance analysis. TSA is no longer a standalone product; its functionality is now part of BMC's MAINVIEW. Key functions included identifying resource-intensive areas and providing insights into program module behavior. For...
TPS/2780/3780 facilitates batch mode communication between AIX systems and remote clients using the 2780 or 3780 protocols over Binary Synchronous Communications (BSC). The core architecture includes the BSC Listener, which manages incoming connections; the Communication Manager, which handles protocol interactions; and the Data Transfer module, which facilitates file transfers. Key commands include `START BSC` to initiate the listener, `STOP BSC`...
TPS/3270 (BSC) provides 3270 terminal emulation over Binary Synchronous Communications (BSC) for AIX environments. Key components include the session manager, emulator engine, and BSC communication module. The session manager handles connection establishment and session maintenance. The emulator engine interprets 3270 data streams, and the BSC module manages the physical communication. Configuration is primarily managed through the `tps3270.cfg` file, which defines...
Sponsored

Learn From Industry Experts

Access video tutorials documentation and hands-on labs for mainframe professionals

TPS/3270 (SNA) is a client application designed for 3270 terminal emulation over SNA networks. It enables UNIX and Windows-based systems to connect to SNA PU2 devices and emulators, facilitating access to mainframe applications. The architecture is client-server, with the client running on UNIX or Windows and communicating with a server component (TPS/SNA or similar) that handles SNA communication. Key commands...
The TPS/3270 BSC Controller provides a C language API for AIX applications to emulate 3270 BSC terminals, enabling communication with mainframe systems. Key components include the session manager, data transfer module, and configuration engine. Communication occurs via TCP/IP, with the controller acting as an intermediary. The API exposes functions for session management, data transmission, and reception. Configuration is managed through...
The TPS/3270 BSC Host provides a C language API for AIX applications to communicate with 3270 BSC devices. Key components include the API library, communication manager, and device interface. The API library provides functions for application interaction, while the communication manager handles the BSC protocol. The device interface manages the physical connection. Common operations include `Connect`, `Send`, `Receive`, and `Disconnect`....
TPS/BSC Support facilitates BSC communication for AIX systems. The core components include the BSC Line Driver, the API Library, and the Configuration Manager. The API Library provides a C language interface for application developers to control BSC lines. Key API functions include `bsc_init_line()`, `bsc_send_data()`, `bsc_receive_data()`, and `bsc_close_line()`. Configuration is managed through a dedicated configuration file, allowing for customization of line...

Are You a Vendor? Claim Your Listing

Take control of your product listings. Add verified information, showcase updates, and unlock a Claimed Vendor badge across the directory.

Claim Your Listing Now