Table of Contents
- List of Figures
- List of Tables
- Title and Copyright Information
- Preface
- 1 Overview of the CICS Runtime
- 2 Initial Configuration of the CICS Runtime
- 3 Security Configuration of the CICS Runtime
-
4
Implementing CICS Applications
-
4.1
Presentation of the z/OS Simple Application
- 4.1.1 Introduction
- 4.1.2 Description of the CICS Simple Application Components
- 4.1.3 Configuring a Standard CICS Application With CICS Runtime
-
4.1.4
CICS Runtime Configuration
- 4.1.4.1 Declaring CICS Resources to the CICS Runtime
- 4.1.4.2 Declaring CICS Transactions Codes
- 4.1.4.3 Declaring a CICS COBOL Program
- 4.1.4.4 Declaring CICS Mapsets
- 4.1.4.5 Declaring ISAM Files Resulting From a z/OS VSAM File Conversion
- 4.1.4.6 Modifying the CICS Runtime Tuxedo Servers
- 4.1.4.7 Modifying the CICS Runtime Tuxedo Servers Groups
- 4.2 Verifying the CICS Application Installation
- 4.3 Presentation of Simple Application on COBOL-IT / BDB
- 4.4 Implementing Synchronous CICS Transactions With a Limited Number of Parallel Instances
- 4.5 Implementing Asynchronous CICS Non-Delayed Transactions
- 4.6 Implementing Asynchronous CICS Delayed Transactions
- 4.7 Implementing CICS Application Using Temporary Storage (TS) Queues
- 4.8 Managing TD Queue Intrapartititions
- 4.9 Implementing CICS Application Using Temporary Storage (TS) Queue POOL
- 4.10 Implementing Distributed Program Link (DPL)
- 4.11 Implementing CICS Common Work Area (CWA)
- 4.12 Implementing a CICS Transaction Work Area (TWA)
- 4.13 Implementing Integration with WebSphere MQ
- 4.14 Implementing Using Multiple Session Management
- 4.15 Implementing Using ART for CICS TCP/IP Socket Interface
- 4.16 Implementing Transferring CICS Regions
- 4.17 Implementing Intersystem Communication
- 4.18 Implementing Submitting JCL/KSH Online
- 4.19 Implementing ART for CICS Control Utility
- 4.20 Implementing Printing CICS Runtime Applications Data
- 4.21 Implementing Invoking Web Services from CICS Applications
- 4.22 Implementing CICS as HTTP Client
- 4.23 Implementing CICS as HTTP Server
- 4.24 Implementing ART for CICS Application Server Customized Callback Support
- 4.25 Implementing Resource-Based Authorization
-
4.26
Implementing COBOL Program Debugging in CICS Runtime
- 4.26.1 Use Case 1: Two users want to debug two COBOL programs respectively.
- 4.26.2 Use Case 2: One user wants to debug two COBOL programs in one transaction.
- 4.26.3 Use Case 3: One user wants to debug two programs with START TRANSID.
- 4.26.4 Use Case 4: One user wants to debug two programs with LINK (remote).
- 4.27 CICS Runtime Logs
- 4.28 The CICS Runtime Server Logs
- 4.29 Disabling and Enabling Programs
- 4.30 CICS Runtime C Program Support
-
4.1
Presentation of the z/OS Simple Application
- 5 Reference
- 6 Oracle Tuxedo Application Runtime for CICS CSD Converter
- 7 ECI Client Support
- 8 IMS DB Access Support
- 9 UDB Linking
- 10 Rebuilding ART Servers for CICS
- 11 External CICS Interface (EXCI)
- 12 COBOL Program Debugging and Error Processing in CICS Runtime
- 13 Integrating Client Applications Using CPI-C