CICS Access. Xptr-JHS

Size: px
Start display at page:

Download "CICS Access. Xptr-JHS"

Transcription

1 CICS Access Xptr-JHS

2 COPYRIGHT Licensed Materials - Property of Systemware, Inc. Copyright Systemware, Inc., All rights reserved. Use, duplication, or disclosure restricted by contract with Systemware, Inc. DISCLAIMER Systemware, Inc. reserves the right to revise this publication and to make changes from time to time in the content hereof without the obligation of Systemware, Inc. to notify any person of such revision or changes. Systemware cannot be responsible for product problems caused by unsupported versions of operating system software or other vendor software such as application-server or Web software packages. TRADEMARKS Systemware, the Systemware logo, and all Systemware product components and logos are either registered trademarks or trademarks of Systemware, Inc. All other trademarks are the properties of their individual owners. DOCUMENTATION AND TECHNICAL SUPPORT The following documentation comprises the Systemware package for Xptr and related software: Xptr Administrator s Guide SD Xptr Operator s Guide SD Xptr User s Guide SD JHS Administrator's Guide SD JHS User's Guide SD JHS Operator's Guide SD Implementation Guide R4.1 SD Implementation Guide R4.2 SD System Manual SD Message Manual SD JCL Utilities SD Installation Manual SD For information regarding this documentation or to inquire about receiving additional documentation, contact: documentation@systemware.com Systemware, Inc., Dallas Parkway, Suite 1100, Addison, Texas For product or technical support and other information, contact Systemware: Phone (972) Customer Support hotline phone (972) ; fax techsupport@systemware.com Web site Customer information portal (includes support FAQ and problem reporting procedures) SD (March 2007) AUDIENCE This manual is intended for persons involved in operating and maintaining Systemware software. The procedures discussed in this manual assume a knowledge of z/os utilities, JCL, VSAM, and CICS. Persons requiring detailed knowledge of the implementation and ongoing administration of Systemware Program Products should refer to the appropriate Administrator's manuals.

3 Contents CICS access 5 Method 5 Terminal user operation 5 CICS resource usage 5 License activation code (LAC) 6 Installating CICS access 6 VTAM requirement 6 Update CICSMBR 6 CICS requirement 6 Update CICS tables 6 Review JHSPRM00 8 Security 9 Console operator commands 10 ACTivate CICS CONNection 10 DISConnect CICS CONNection 10 Display CICS CONNections 10 INSTLIB(CICSMBR) 12 CICS Access (March 2007) 3

4 4 Systemware, Inc.

5 CICS access The CICS interface provides CICS terminal users access to Systemware Program Products Xptr and JHS. Either of these program products can be substituted where the term 'Xptr' is used in this document. The CICS access option requires its own license activation code to enable its operation. Refer to the section entitled License Activation Code. Method The method employed for this access is to use the CICS Inter-System Option (ISC) to communicate with Xptr. In this manner, Xptr appears to CICS to be an Application Owning Region (AOR). This allows the terminal user to see the same Xptr screens as the TSO or VTAM user, while keeping the overhead in CICS at a minimum. Terminal user operation In order to access Xptr from a terminal, a user must be signed on to CICS and must enter the XPTR transaction code from a clear screen. Any data following the transaction code is interpreted as the initial Xptr command. Once a session is started, all terminal input and output is passed to Xptr until the session is ended. To end the Xptr session, use the PFK3 key from Main Activities screen. The terminal is then returned to normal CICS operation. While a session is active, it is subject to the terminal time-out feature of Xptr, and is canceled after a period of inactivity. CICS resource usage The implementation method is designed so that there are no program or file resources added to a CICS region. These facilities and the corresponding overhead reside in the Xptr address space. The only updates to CICS tables are one entry in the Terminal Control Table (TCT), and one entry in the Program Control Table (PCT). The storage overhead for this interface is identical to any TOR/AOR connection using the Transaction Routing function of CICS. CICS Access (March 2007) 5

6 License activation code (LAC) License activation code (LAC) The License Activation Code system parameter is required to operate the CICS access option. The parameter has the following specifications: CICSLICENSECODE Purpose: License activation code Value: 20 characters Default: None Desc: The parameter value must be present for feature activation. The parameter value is supplied by Systemware as part of feature evaluation and licensing. Installating CICS access VTAM requirement In order to access Xptr from one or more CICS regions, you must install Xptr with native VTAM access as described in the appropriate program product System Manual. This is due to the fact that the CICS interface is a subset of the VTAM interface. In addition, the VTAM application definition must specify the following options: AUTH=(ACQ,PASS),PARSESS=YES,SONSCIP=YES Update CICSMBR Review and modify member CICSMBR of INSTLIB to reflect your installation requirements. Refer to Appendix A for a description of CICSMBR. CICS requirement Each CICS region that interfaces to Xptr must be configured for ISC using VTAM's LU 6.2 (APPC) communication. In addition, the Terminal Control Program (TCP) must support interconnection using APPC protocols. This is available in a number of the pre-generated TCP modules. Refer to vendor CICS documentation for more information. Update CICS tables Make the following CICS table changes to each region that is to access Xptr. 6 Systemware, Inc.

7 CICS access Changes to the TCT RDO Method Connection Entry CONNECTION(cccc) NETNAME (nnnnnnnn) PROTOCOL(APPC) SINGLESESS(NO) AUTOCONNECT(yes/no) ATTACHSEC(IDENTIFY) Not Session Entry SESSIONS(cccc) CONNECTION(cccc) MODENAME(mmmmm mmm) PROTOCOL(APPC) MAXIMUM(nnn,nnn) Note AUTOCONNECT(yes/no) MACRO Method DFHTCT TYPE=SYSTEM, TRMTYPE=LUTYPE62, ACCMETH=VTAM, BUFFER=4096, RUSIZE=4096, NETNAME=nnnnnnnn, SYSIDNT=cccc, USERSEC=IDENTIFY, Note 2 CONNECT=AUTO DFHTCT TYPE=MODESET, SYSIDNT=cccc, MODENAME=mmmmm mmm, MAXSESS=(nnn,nnn), Note CONNECT=AUTO Recommended Value same as SYSTEMNAME in JHSPRM00 must match VTAMACBNAME in JHSPRM00 YES same as SYSTEMNAME in JHSPRM00 must match connection name above ISTNLDM same as LOGMODE SESSIONS in CICSMBR YES Recommended Value must match VTAMACBNAME in JHSPRM00 same as SYSTEMNAME in JHSPRM00 same as SYSTEMNAME in JHSPRM00 ISTNLDM same as LOGMODE SESSIONS in CICSMBR CICS Access (March 2007) 7

8 Installating CICS access Note: 1 The MAXIMUM or MAXSESS specification is coded as two values. Both values must be equal. 2 Required for CICS release 3.3 and above. Changes to the PCT RDO Method TRANSACTION(tttt) REMOTESYSTEM (cccc) MACRO Method DFHTCT TYPE=REMOTE, SYSIDNT=cccc, TRANSID=cccc Recommended Value same as SYSTEMNAME in JHSPRM00 must match connection name above Recommended Value same as SYSTEMNAME in DFHTCT entry same as SYSTEMNAME in JHSPRM00 Changes to the SIT Insure that the SIT specifies the following option: ISC=YES, Review JHSPRM00 Review member JHSPRM00 of INSTLIB, and make any appropriate changes. The following parameters should have been generated during the online question procedure. CICSLICENSECODE 20 hexadecimal characters Use the license code value supplied by SYSTEMWARE for your site. CICSLOGONEXIT eeeeeeee Use sample exit JHSCLMX1 to pass security information to Xptr. CICSLOGONSCREEN ssss Refer to the section 'SECURITY' for a discussion of the parameter. CICSMBR cccccccc Sample member name is CICSMBR in INSTLIB. 8 Systemware, Inc.

9 CICS access Security The CICS interface is designed to maintain the same level of security for the terminal user that is in effect under CICS. This is accomplished by extracting the userid from CICS and using it to logon to Xptr. In this manner, the terminal user is identified to Xptr using the same security userid as in CICS, without having to re-enter their security information. This capability is known as a transparent logon and is similar to the TSO security access. In order to utilize the transparent logon method, you must specify the following system parameters in JHSPRM00 of INSTLIB: CICSLOGONMSGEXIT SECURITYEXIT JHSCLMX1 JHSSECxx where, xx = 10 for TOP SECRET 14 for RACF 15 for ACF2 CICSLOGONSCREEN L30p where, p = J for JHS X for Xptr In addition, you must modify the sample security exit JHSSECxx to include the ACB names of all CICS regions that will access Xptr. Refer to the comments in the member JHSSECxx in JHSASM for details on the table additions. The sample exit JHSCLMX1 is used to extract the userid from the transaction data passed from CICS. This userid is passed to the security exit to use for the logon. The sample security exit JHSSECxx is used to verify the userid passed from JHSCLMX1, with the security manager. This is only in effect if the CICS ACB name is in the table of secured applications. This table is used to distinguish CICS users from native VTAM users. Refer to the comments in the JHSSECxx member of JHSASM for more information. The L30p logon screen is used to allow the terminal user to specify an Xptr user name on the initial transaction or following the "L" command. In either case, the userid passed from CICS is used for the logon, and cannot be overridden from this screen. CICS Access (March 2007) 9

10 Console operator commands Console operator commands The following operator commands affect the operation of the Xptr CICS interface and are in addition to the basic Xptr commands as described in the Xptr Operator s Guide. Each CICS connection is identified with a four character connection name assigned during installation, and is used in the CICS operator commands. ACTivate CICS CONNection The ACTivate CONNection command is used to enable the communication interface between Xptr and a CICS region. The connection is normally activated automatically when either Xptr or CICS is started. This command can be used to restart a connection that was stopped normally or by an error situation. In order for a connection to be started, the CICS region must be active and accepting logons, and the connection must be in the "DISC" state. The syntax for the ACTivate CONNection command is as follows: F XPTRMAIN,ACT CONN <connection name> where <connection name> is the four character name for this connection assigned during installation. The command responds with message "SW#0239I... STARTED" if successful, or messages SW#0238I or SW#0239I if an error occurred. DISConnect CICS CONNection The DISConnect CONNection command is used to disable the communication interface between Xptr and a CICS region. The connection is normally disconnected automatically when either Xptr or CICS is stopped. This command can be used to stop communications between Xptr and CICS without stopping either system. In order for a connection to be stopped, the connection must be in the "ACT" state. The syntax for the DISConnect CONNection command is as follows: F XPTRMAIN,DISC CONN <connection name> The command responds with message "SW#0239I... STOPPED" if successful, or messages SW#0238I or SW#0239I if an error occurred. In certain error situations a connection will not stop normally. In these cases the FORCE option of the DISConnect command can be used. This option should be a last resort effort to terminate a connection. The syntax for the DISConnect FORCE command is as follows: F XPTRMAIN,DISC CONN <connection name> FORCE The command responds with message "SW#0239I... STOPPED" when all sessions for the connection have been stopped. Display CICS CONNections The Display CONNections command is used to obtain a status display of all CICS connections. The syntax of the command is as follows: F XPTRMAIN,D CONN The command responds with message SW#0243I for each connection indicating the communication status, maximum number of sessions, and active number of sessions. 10 Systemware, Inc.

11 CICS access The communication status is defined as follows: ACT DISC PNDACT PNDDSC connection is active and enable connection is inactive and disabled connection is in the process of being activated connection is in the process of being disconnected CICS Access (March 2007) 11

12 INSTLIB(CICSMBR) INSTLIB(CICSMBR) In the main parameter list member (JHSPRM00 by default), the CICSMBR parameter specifies the member name that specifies parameters for the CICS access option. Multiple sets can be specified. CICS CONNECTION DEFINITIONS THIS MEMBER NAMES AND DEFINES THE LU62 CONNECTIONS TO CICS. EACH CONNECTION CONTAINS A CONNECTION GROUP AND ONE OR MORE LOGMODE GROUPS. A CONNECTION GROUP STARTS WITH A "CONNECTIONNAME' STATEMENT. A LOGMODE GROUP STARTS WITH A "LOGMODENAME' STATEMENT. THE STRUCTURE OF THE STATEMENTS IS AS FOLLOWS: CONNECTIONNAME <CICS DEFINITION #1> ACBNAME. AUTOSTART. PSEUDOCONV. RETURNTRAN. LOGMODENAME. <LOGMODENAME GROUP #1> LOGMODESESSIONS.. CONNECTIONNAME <CICS DEFINITION #2> ACBNAME. AUTOSTART. PSEUDOCONV. LOGMODENAME. <LOGMODENAME GROUP #1> LOGMODESESSIONS.. LOGMODENAME. <LOGMODENAME GROUP #2> LOGMODESESSIONS.. THE SPECIFICATIONS OF THIS MEMBER CAN BE DYNAMICALLY UPDATED WITH THE SP (SETPARM) COMMAND SUBJECT TO THESE RESTRICTIONS: 1. CONNECTIONS MAY BE ADDED. 2. CONNECTIONS MAY BE REPLACED IF THEY ARE INACTIVE. 3. CONNECTIONS CAN NOT BE DELETED. 4. PARTIAL UPDATES TO CONNECTIONS MAY BE MADE BY UPDATING AND REPLACING AN INACTIVE CONNECTION. CICS DEFINITION MEMBER FORMAT: COMMENTS ARE IDENTIFIED BY AN ASTERISK (*) IN COLUMN 1 COMMENTS CANNOT BE PLACED ON OTHER RECORDS. MORE THAN ONE CONNECTION CAN BE DEFINED. EACH CONNECTION BEGINS WITH THE "CONNECTIONNAME" PARAMETER. GENERAL STATEMENT FORMAT: 1. OPTION NAME STARTING IN COL OR MORE BLANKS 3. OPTION VALUE THE OPTIONS THAT APPLY TO THE CONNECTION GROUP ARE: CONNECTIONNAME (REQUIRED) PROVIDES A NAME FOR THIS CONNECTION TO BE USED AS AN IDENTIFIER IN COMMANDS AND MESSAGES. IT IS RECOMMENDED THAT THIS NAME MATCH THE "SYSIDNT" NAME THAT IS CODED IN THE CICS DFHSIT TABLE OR IN OPTIONAL SYSIN OVERRIDES. 12 Systemware, Inc.

13 CICS access VALUES: 1-4 CHARACTERS ACBNAME (REQUIRED) THE ACB NAME THAT DEFINES THE REMOTE CICS TO VTAM. THIS NAME MUST MATCH THE "APPLID" NAME THAT IS CODED IN THE CICS DFHSIT TABLE OR IN OPTIONAL SYSIN OVERRIDES. VALUES: 1-8 CHARACTERS AUTOSTART DESCRIBES HOW TO TREAT THIS CONNECTION WHEN THE DATABASE ADDRESS SPACE IS STARTED. VALUES: YES - ATTEMPT TO CONNECT TO CICS AUTOMATICALLY NO - WAIT FOR OPERATOR OR CICS TO START THE CONNECTION. THE DEFAULT VALUE IS NO. PSEUDOCONV DESCRIBES WHETHER THE OPERATION OF THE CICS TRANSACTION IS PSEUDO-CONVERSATIONAL OR CONVERSATIONAL. IN THE PSEUDO-CONVERSATIONAL MODE OF OPERATION, THERE WILL BE NO ACTIVE CICS TASKS RUNNING WHILE WAITING FOR TERMINAL INPUT. THIS HAS THE EFFECT THAT PARAMETER "LOGMODESESSIONS" NEED ONLY REFLECT THE NUMBER OF USERS THAT ARE SIMULTANEOUSLY PROCESSING TERMINAL INPUTS. VALUES: YES - USE THE PSEUDO-CONVERSATIONAL MODE OF OPERATION. NO - USE THE CONVERSATIONAL MODE OF OPERATION. THE DEFAULT VALUE IS YES. THE OPTIONS THAT APPLY TO THE LOGMODE GROUP ARE: RETURNTRAN SPECIFIES THE OPTIONAL TRANSACTION NAME THAT SHOULD BE RUN WHEN THE USER ENDS OUT OF THE SYSTEMWARE STARTED TASK. THE DEFAULT IS NONE, WHICH CAUSES THE SYSTEMWARE STARTED TASK TO RETURN CONTROL TO CICS. LOGMODENAME (AT LEAST ONE REQUIRED) THE NAME OF THE VTAM LOGMODE ENTRY TO ESTABLISH SESSION PARAMETERS FOR THIS CONNECTION. VTAM LU62 PROTOCOL REQUIRES A LOGMODE NAME IN ORDER TO ESTABLISH A SESSION. NOTE, THE SESSION PARAMETERS CODED IN THE LOGMODE ENTRY ARE IGNORED AND OVERRIDDEN BY CICS TO INSURE A VALID LU62 SESSION. THEREFORE ONLY THE CLASS-OF-SERVICE INFORMATION IS SUPPLIED BY THE LOGMODE ENTRY. IF DESIRED, YOU MAY USE A IBM DEFAULT ENTRY SUCH AS "ISTNLDM" TO AVOID HAVING TO ADD A NEW LOGMODE ENTRY TO VTAM. VALUES: 1-8 CHARACTERS LOGMODESESSIONS (REQUIRED) A NUMERIC VALUE SPECIFYING HOW MANY SESSIONS TO ESTABLISH BETWEEN CICS AND THE DATABASE ADDRESS SPACE. IF PARAMETER "PSEUDOCONV" IS SET TO NO, THEN THIS VALUE SHOULD REFLECT THE NUMBER OF LOGGED ON USERS TO THE DATABASE ADDRESS SPACE. IF PARAMETER CICS Access (March 2007) 13

14 INSTLIB(CICSMBR) "PSEUDOCONV" IS SET TO YES, THEN THIS VALUE SHOULD REFLECT THE NUMBER OF USERS WHO ARE SIMULTANEOUSLY PROCESSING INPUT REQUESTS. VALUES: THE DEFAULT VALUE IS 5 14 Systemware, Inc.

For product or technical support and other information, contact Systemware:

For product or technical support and other information, contact Systemware: Xtnd User Manual COPYRIGHT Licensed Materials - Property of Systemware, Inc. Copyright Systemware, Inc., 1997-2006. All rights reserved. Use, duplication, or disclosure restricted by contract with Systemware,

More information

JHS Operator s Guide

JHS Operator s Guide JHS Operator s Guide COPYRIGHT Licensed Materials - Property of Systemware, Inc. Copyright Systemware, Inc., 2000-2007. All rights reserved. Use, duplication, or disclosure restricted by contract with

More information

SD (March 2007)

SD (March 2007) JHS User s Guide COPYRIGHT Licensed Materials - Property of Systemware, Inc Copyright Systemware, Inc, 2000-2007 All rights reserved Use, duplication, or disclosure restricted by contract with Systemware,

More information

EView/390 Management for HP OpenView Operations Unix

EView/390 Management for HP OpenView Operations Unix EView/390 Management for HP OpenView Operations Unix Concepts Guide Software Version: A.06.00 June 2007 Copyright 2007 EView Technology, Inc. EView Technology makes no warranty of any kind with regard

More information

NonStop CICS Administration Guide. Release 3.6.0

NonStop CICS Administration Guide. Release 3.6.0 TM NonStop CICS Administration Guide Release 3.6.0 Document Number PIENC0400-01 First Edition printed March 2007 2007 UNICOM Systems, Incorporated All Rights Reserved No part of this manual may be reproduced

More information

EView/390 Management for HP BSM. Operations Manager I

EView/390 Management for HP BSM. Operations Manager I EView/390 Management for HP BSM Operations Manager I Concepts Guide Software Version: A.07.00 June 2015 Copyright 2015 EView Technology, Inc. Legal Notices Warranty EView Technology makes no warranty of

More information

CA Teleview Session Management for z/os r4.4

CA Teleview Session Management for z/os r4.4 PRODUCT SHEET CA Teleview Session Management for z/os CA Teleview Session Management for z/os r4.4 CA Teleview Session Management for z/os (CA Teleview) provides organizations with a powerful, scalable

More information

IBM. OMEGAVIEW and OMEGAVIEW II for the Enterprise. Configuring OMEGAVIEW and OMEGAVIEW II for the Enterprise. Tivoli. Version 3.1.

IBM. OMEGAVIEW and OMEGAVIEW II for the Enterprise. Configuring OMEGAVIEW and OMEGAVIEW II for the Enterprise. Tivoli. Version 3.1. Tivoli OMEGAVIEW and OMEGAVIEW II for the Enterprise IBM Version 3.1.0 Configuring OMEGAVIEW and OMEGAVIEW II for the Enterprise SC32-9426-00 12 1 2 Tivoli OMEGAVIEW and OMEGAVIEW II for the Enterprise

More information

Information/Management

Information/Management Information/Management Client Installation and User s Guide Version 1.1 Information/Management Client Installation and User s Guide Version 1.1 2 Version 1.1 TME 10 Information/Management Client Installation

More information

IBM. Candle OMEGAMON Platform. Configuring IBM Tivoli Candle Management Server on z/os. Tivoli. Version 360 GC

IBM. Candle OMEGAMON Platform. Configuring IBM Tivoli Candle Management Server on z/os. Tivoli. Version 360 GC Tivoli Candle OMEGAMON Platform IBM Version 360 Configuring IBM Tivoli Candle Management Server on z/os GC32-9414-02 12 1 2 Tivoli Candle OMEGAMON Platform IBM Version 360 Configuring IBM Tivoli Candle

More information

IBM. Basic Configuration Guide. IBM CL/SuperSession for z/os. Version 2 Release 1 SC

IBM. Basic Configuration Guide. IBM CL/SuperSession for z/os. Version 2 Release 1 SC IBM CL/SuperSession for z/os IBM Basic Configuration Guide Version 2 Release 1 SC27-4583-00 Note Before you use this information and the product it supports, be sure to read the general information under

More information

IBM. RACF Security Guide. CICS Transaction Server for z/os Version 4 Release 2 SC

IBM. RACF Security Guide. CICS Transaction Server for z/os Version 4 Release 2 SC CICS Transaction Server for z/os Version 4 Release 2 IBM RACF Security Guide SC34-7179-01 CICS Transaction Server for z/os Version 4 Release 2 IBM RACF Security Guide SC34-7179-01 Note Before using this

More information

T01F3nnn - FTP3 Messages

T01F3nnn - FTP3 Messages CHAPTER 18 T01F3nnn - FTP3 Messages This chapter describes the messages issued by the FTP3 program. These include messages T01F3001 through T01F3999. T01F3nnn T01F3000I FTP Cisco IOS for S/390 version

More information

EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB

EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB Concepts Guide Software Version: 7.2 April 2018 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this

More information

CA IDMS Using VSAM Transparency

CA IDMS Using VSAM Transparency Using VSAM Transparency Date: 16-Jan-2018 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

CICS Essentials CICS Best Practices

CICS Essentials CICS Best Practices CICS Essentials CICS Best Practices NewEra Software Special Interest Article Table of Contents CICS and External Security Manager - Best Practices... 3 CICS and VTAM - Best Practices... 4 CICS System Definition

More information

CA IDMS VSAM Transparency

CA IDMS VSAM Transparency CA IDMS VSAM Transparency VSAM Transparency User Guide Release 18.5.00, 2nd Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred

More information

Oracle Tuxedo Mainframe Adapter for SNA

Oracle Tuxedo Mainframe Adapter for SNA Oracle Tuxedo Mainframe Adapter for SNA Release Notes Release 11g R1 August 2010 Tuxedo Mainframe Adapter for SNA Release Notes, Release 11g R1 Copyright 2007, 2010, Oracle and/or its affiliates. All rights

More information

VSAM Management. Overview. CSI International 8120 State Route 138 Williamsport, OH

VSAM Management. Overview. CSI International 8120 State Route 138 Williamsport, OH VSAM Management Overview CSI International 8120 State Route 138 Williamsport, OH 43164-9767 http://www.csi-international.com (800) 795-4914 - USA (740) 420-5400 - Main Operator (740) 333-7335 - Facsimile

More information

CA MIA Tape Sharing for z/vm

CA MIA Tape Sharing for z/vm CA MIA Tape Sharing for z/vm Linux User Guide Release 12.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

IBM. JES2 Delivery Services. z/os. Version 2 Release 3

IBM. JES2  Delivery Services. z/os. Version 2 Release 3 z/os IBM JES2 Email Delivery Services Version 2 Release 3 Note Before using this information and the product it supports, read the information in Notices on page 31. This edition applies to Version 2 Release

More information

Rumba 9.3: Certificate Express Logon. Quick Start Guide

Rumba 9.3: Certificate Express Logon. Quick Start Guide Rumba 9.3: Certificate Express Logon Quick Start Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1984-2014. All rights reserved.

More information

CA TPX Session Management

CA TPX Session Management CA TP Session Management Batch Administration Guide Release 5.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA SOLVE:Access Session Management. User Guide

CA SOLVE:Access Session Management. User Guide CA SOLVE:Access Session Management User Guide r5 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational purposes

More information

CA XCOM Data Transport for z/os CA RS 1312 Service List

CA XCOM Data Transport for z/os CA RS 1312 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1312 Service List Description Hiper 11.6 RO59456 BATCH - TYPE=EXECUTE DEFAULTS TO WRONG DSNTYPE RO59725 VOL PARAMETER NOT HONORED, PDS CREATED ON WRONG VOLUME

More information

IBM. Best Practices Migrating to CL/SuperSession for z/os. CL/SuperSession for z/os. Version 2.1 SC

IBM. Best Practices Migrating to CL/SuperSession for z/os. CL/SuperSession for z/os. Version 2.1 SC CL/SuperSession for z/os IBM Best Practices Migrating to CL/SuperSession for z/os Version 2.1 SC27-9020-01 CL/SuperSession for z/os IBM Best Practices Migrating to CL/SuperSession for z/os Version 2.1

More information

Automated Sign-on for Mainframe Administrator Guide

Automated Sign-on for Mainframe Administrator Guide Automated Sign-on for Mainframe Administrator Guide 12.5.1 For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent policy,

More information

Introduction. Chapter 1: Objectives

Introduction. Chapter 1: Objectives Introduction Chapter 1: Objectives You will learn: The features of Abend-AID for CICS. The components of Abend-AID. Transaction Abend Analysis functions. Selecting a server viewer. SYS-ED/Computer Education

More information

IBM. MVS Programming: Writing Servers for APPC/MVS. z/os. Version 2 Release 3 SA

IBM. MVS Programming: Writing Servers for APPC/MVS. z/os. Version 2 Release 3 SA z/os IBM MVS Programming: Writing Servers for APPC/MVS Version 2 Release 3 SA23-1396-30 Note Before using this information and the product it supports, read the information in Notices on page 125. This

More information

Endpoint Security Utilities Reference

Endpoint Security Utilities Reference www.novell.com/documentation Endpoint Security Utilities Reference ZENworks 11 Support Pack 2 November 08, 2012 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents

More information

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016

ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference. October 2016 ZENworks 11 Support Pack 4 Endpoint Security Utilities Reference October 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

IBM IMS High Performance System Generation Tools for z/os Version 2 Release 3. User s Guide SC

IBM IMS High Performance System Generation Tools for z/os Version 2 Release 3. User s Guide SC IBM IMS High Performance System Generation Tools for z/os Version 2 Release 3 User s Guide SC19-3983-00 IBM IMS High Performance System Generation Tools for z/os Version 2 Release 3 User s Guide SC19-3983-00

More information

Db2 Query Management Facility Version 12 Release 2. Installing and Managing Db2 QMF for TSO and CICS IBM GC

Db2 Query Management Facility Version 12 Release 2. Installing and Managing Db2 QMF for TSO and CICS IBM GC Db2 Query Management Facility Version 12 Release 2 Installing and Managing Db2 QMF for TSO and CICS IBM GC27-8877-02 Db2 Query Management Facility Version 12 Release 2 Installing and Managing Db2 QMF

More information

This is Your Software Security Access Key: DO NOT LOSE IT!

This is Your Software Security Access Key: DO NOT LOSE IT! This is Your Software Security Access Key: DO NOT LOSE IT! DO NOT PLUG THE SECURITY KEY INTO ANY ELEVATOR INTERFACE PORT This security device must be plugged into the notebook computer s PRINTER port whenever

More information

Can IBM Debug Tool and RDz Integrated Debugger both coexist in same CICS region?

Can IBM Debug Tool and RDz Integrated Debugger both coexist in same CICS region? Can IBM Debug Tool and RDz Integrated Debugger both coexist in same CICS region? With v9.1.1, the Integrated Debugger feature introduced a common adapter which made it possible for both IBM Debug Tool

More information

CA TPX Session Management

CA TPX Session Management CA TPX Session Management Message Reference Guide Release 5.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

RSA Ready Implementation Guide for

RSA Ready Implementation Guide for RSA Ready Implementation Guide for IBM Multi-Factor Authentication for z/os V1R1 John Sammon, RSA Partner Engineering Last Modified: 4/7/16 -- 1 - Solution Summary IBM Multi-Factor Authentication for z/os,

More information

Enabling AT-TLS encrypted communication between z/os and IBM Guardium Appliance

Enabling AT-TLS encrypted communication between z/os and IBM Guardium Appliance Enabling AT-TLS encrypted communication between z/os and IBM Guardium Appliance Purpose of this document: This document is an example of how to configure encrypted communication between z/os using AT-TLS

More information

E-SRF. Security Signature Analysis. Release EKC Security Reporting Facility GENERAL AVAILABILITY. September 1, 2005 EKC Inc.

E-SRF. Security Signature Analysis. Release EKC Security Reporting Facility GENERAL AVAILABILITY. September 1, 2005 EKC Inc. E-SRF EKC Security Reporting Facility Security Signature Analysis Release 2.1.0 E-SRF V2R1M0 GENERAL AVAILABILITY September 1, 2005 EKC Inc. E-SRF is a proprietary product developed and maintained by EKC

More information

IBM. Documentation. IBM Sterling Connect:Direct Process Language. Version 5.3

IBM. Documentation. IBM Sterling Connect:Direct Process Language. Version 5.3 IBM Sterling Connect:Direct Process Language IBM Documentation Version 5.3 IBM Sterling Connect:Direct Process Language IBM Documentation Version 5.3 This edition applies to Version 5 Release 3 of IBM

More information

CA XCOM Data Transport for z/os

CA XCOM Data Transport for z/os CA XCOM Data Transport for z/os Administration Guide Release 11.6 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user

More information

LMS. Laret Melsch Systems

LMS. Laret Melsch Systems LMS Laret Melsch Systems Manage and Automate Dynamic Allocation of STEPLIBs and ISPF Libraries is the premier solution to manage and automate dynamic allocation of STEPLIB and ISPF libraries to save time,

More information

Mainframe Adapter for SNA

Mainframe Adapter for SNA BEATuxedo Mainframe Adapter for SNA Release Notes Version 8.1 Document Revised: November 14, 2003 Part Number: 825-001004-009 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted

More information

Release Notes. Release 12.2

Release Notes. Release 12.2 Release Notes Release 12.2 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your informational purposes

More information

Overview Guide. Mainframe Connect 15.0

Overview Guide. Mainframe Connect 15.0 Overview Guide Mainframe Connect 15.0 DOCUMENT ID: DC37572-01-1500-01 LAST REVISED: August 2007 Copyright 1991-2007 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Securing Mainframe File Transfers and TN3270

Securing Mainframe File Transfers and TN3270 Securing Mainframe File Transfers and TN3270 with SSH Tectia Server for IBM z/os White Paper October 2007 SSH Tectia provides a versatile, enterprise-class Secure Shell protocol (SSH2) implementation for

More information

Cisco IOS for S/390 Architecture

Cisco IOS for S/390 Architecture CHAPTER 1 Cisco IOS for S/390 Architecture This chapter describes the architecture of Cisco IOS for S/390. It includes the following sections: Overview An overview of the architecture of Cisco IOS for

More information

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright CICS

About the Tutorial. Audience. Prerequisites. Disclaimer & Copyright CICS 0 About the Tutorial CICS stands for Customer Information Control System. CICS was developed in 1968 by IBM. CICS allows users to develop and execute online application in an MVS environment. CICS has

More information

IBM. DFSMS Using the Interactive Storage Management Facility. z/os. Version 2 Release 3 SC

IBM. DFSMS Using the Interactive Storage Management Facility. z/os. Version 2 Release 3 SC z/os IBM DFSMS Using the Interactive Storage Management Facility Version 2 Release 3 SC23-656-30 Note Before using this information and the product it supports, read the information in Notices on page

More information

IBM Tivoli OMEGAMON XE on z/os. Troubleshooting No-data Conditions on the Enhanced 3270 User Interface

IBM Tivoli OMEGAMON XE on z/os. Troubleshooting No-data Conditions on the Enhanced 3270 User Interface IBM Tivoli OMEGAMON XE on z/os Troubleshooting No-data Conditions on the Enhanced 3270 User Interface Version 1.3, November, 2013 IBM Tivoli OMEGAMON XE on z/os Troubleshooting No-data Conditions on the

More information

z/os Learning Center: Introduction to ISPF Unit 2: Editing with ISPF Module 2: Using ISPF Editing Commands

z/os Learning Center: Introduction to ISPF Unit 2: Editing with ISPF Module 2: Using ISPF Editing Commands z/os Learning Center: Introduction to ISPF Unit 2: Editing with ISPF Module 2: Using ISPF Editing Commands Copyright IBM Corp., 2005. All rights reserved. Using ISPF Editing Commands Introduction This

More information

Infoprint Server Update for z/os 2.2

Infoprint Server Update for z/os 2.2 Infoprint Server Update for z/os 2.2 Howard Turetzky, EDP Advanced Technical Support Ricoh Production Print Solutions Boulder, Colorado 80301 howard.turetzky@ricoh-usa.com Agenda New function in Infoprint

More information

Digital SNA Data Transfer Facility for OpenVMS Problem Solving and Messages

Digital SNA Data Transfer Facility for OpenVMS Problem Solving and Messages Digital SNA Data Transfer Facility for OpenVMS Problem Solving and Messages Part Number: AA-JR79F-TE May 1996 This manual describes debugging procedures and problem solving techniques for the Digital SNA

More information

Host Access Management and Security Server Administrative Console Users Guide. August 2016

Host Access Management and Security Server Administrative Console Users Guide. August 2016 Host Access Management and Security Server Administrative Console Users Guide August 2016 2016 Attachmate Corporation, a Micro Focus company. All rights reserved. No part of the documentation materials

More information

OS/390 Platform Examples

OS/390 Platform Examples 589 APPENDIX 4 OS/390 Platform Examples OS/390: APPC Access Method 589 SAS/CONNECT 589 Local Host 589 Remote Host 590 590 590 590 OS/390: TCP/IP Access Method 591 SAS/CONNECT 591 Local Host 591 Remote

More information

Exploring VTAM's Performance Parameters

Exploring VTAM's Performance Parameters Exploring VTAM's Performance Parameters Angela Schmitz AS Communication Consultant Services August 06, 2012 Session 11330 email: 73064.754@compuserve.com 1 Whether a seasoned VTAM Systems Programmer for

More information

StorageTek Client System Component for MVS Environments

StorageTek Client System Component for MVS Environments StorageTek Client System Component for MVS Environments Operator s Guide Version 7.1 Part Number: E38056-02 November 2012 Submit comments about this document to STP_FEEDBACK_US@ORACLE.COM. MVS/CSC 7.2

More information

CICS Family SC

CICS Family SC CICS Family Interproduct Communication SC34-6473-01 CICS Family Interproduct Communication SC34-6473-01 Note! Before using this information and the products it supports, be sure to read the general information

More information

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 0. Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

CA PDSMAN PDS Library Management CA RS 1404 Service List

CA PDSMAN PDS Library Management CA RS 1404 Service List CA PDSMAN PDS Library Management 7.7 1 CA RS 1404 Service List Description Hiper 7.7 RO66063 $DEMO MAY FAIL WITH I/O ERROR AND U0001 ABEND RO66078 PDSMENT-2 OR U0001 ABEND TERMINATING HEALTH CHECKS RO66087

More information

ZENworks 2017 Update 2 Endpoint Security Utilities Reference. February 2018

ZENworks 2017 Update 2 Endpoint Security Utilities Reference. February 2018 ZENworks 2017 Update 2 Endpoint Security Utilities Reference February 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S.

More information

IBM CICS Online Transmission Time Optimizer for z/os V1.1 Improves User Productivity and 3270 Network Utilization

IBM CICS Online Transmission Time Optimizer for z/os V1.1 Improves User Productivity and 3270 Network Utilization Software Announcement December 18, 2001 IBM CICS Online Transmission Time Optimizer for z/os V1.1 Improves User Productivity and 3270 Network Utilization Overview CICS Online Transmission Time Optimizer

More information

CA Software Change Manager for Mainframe

CA Software Change Manager for Mainframe CA Software Change Manager for Mainframe Reports Guide r12 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

CA XCOM Data Transport for z/os CA RS 1403 Service List

CA XCOM Data Transport for z/os CA RS 1403 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1403 Service List Description Hiper 11.6 RO61834 INQWAIT VALUE NOT HONORED FOR TYPE=INQUIRE JOBS RO62912 XCOMM0099E SEND DATA LENGTH > 32764 WITH TCPIP TRANSFERS

More information

OS/2: SPX Access Method

OS/2: SPX Access Method 233 CHAPTER 16 OS/2: SPX Access Method SAS Support for SPX on OS/2 233 Tasks That Are Common to SAS/CONNECT and SAS/SHARE 233 System and Software Requirements for SAS/CONNECT and SAS/SHARE 234 Setting

More information

IBM FileNet Business Process Framework Version 4.1. Explorer Handbook GC

IBM FileNet Business Process Framework Version 4.1. Explorer Handbook GC IBM FileNet Business Process Framework Version 4.1 Explorer Handbook GC31-5515-06 IBM FileNet Business Process Framework Version 4.1 Explorer Handbook GC31-5515-06 Note Before using this information and

More information

CA Vantage Storage Resource Manager CA RS 1509 Service List

CA Vantage Storage Resource Manager CA RS 1509 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1509 Service List Release Service Description Type 12.6 RO80191 SUPPORT OF ZEDC IBM COMPRESSION PTF RO80937 HNODE HSM HISTORY %CACHE INCORRECT PTF RO81333

More information

Product Automation Programmer s Reference and Operator s Guide

Product Automation Programmer s Reference and Operator s Guide System Automation for z/os Version 3 Release 4 Product Automation Programmer s Reference and Operator s Guide SC34-2643-00 Note! Before using this information and the product it supports, read the information

More information

IBM. User s Guide. NetView File Transfer Program Version 2 for MVS. Release 2.1 SH

IBM. User s Guide. NetView File Transfer Program Version 2 for MVS. Release 2.1 SH NetView File Transfer Program Version 2 for MVS IBM User s Guide Release 2.1 SH12-5656-04 NetView File Transfer Program Version 2 for MVS IBM User s Guide Release 2.1 SH12-5656-04 Note! Before using this

More information

Rocket Software Strong Authentication Expert

Rocket Software Strong Authentication Expert RSA SecurID Ready Implementation Guide Last Modified: May 5, 2014 Partner Information Product Information Partner Name Web Site Product Name Version & Platform Product Description Rocket Software www.rocketsoftware.com

More information

SurveOne. User Manual. Release 1.0

SurveOne. User Manual. Release 1.0 SurveOne User Manual Release 1.0 About This Document This manual introduces SurveOne, the Web-based Easy System Management Tool and describes how to use it, providing an overview of SurveOne functionality

More information

Expedite/CICS Messages

Expedite/CICS Messages GXS EDI Services Expedite/CICS Messages Version 4 Release 5 GC34-2331-04 Fifth Edition (November 2005) This edition replaces document number GC34-2331-03. Copyright GXS, Inc. 1998, 2005. All rights reserved.

More information

[MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions

[MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions [MS-TURNBWM]: Traversal using Relay NAT (TURN) Bandwidth Management Extensions Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open

More information

Vanguard Integrity Professionals ez/token

Vanguard Integrity Professionals ez/token RSA SecurID Ready Implementation Guide Partner Information Last Modified: March 18, 2014 Product Information Partner Name Web Site Product Name Version & Platform Product Description Vanguard Integrity

More information

z/osmf 2.1 Advanced Programming

z/osmf 2.1 Advanced Programming z/osmf 2.1 Advanced Programming Joey Zhu (zhuxiaoz@cn.ibm.com) IBM Corporation March 4, 2015 Session Number 16935 Permission is granted to SHARE Inc. to publish this presentation paper in the SHARE Inc.

More information

EZZ2672I EZZ2679I. 164 z/os V2R1.0 Communications Server: IP Messages Volume 4 (EZZ, SNM)

EZZ2672I EZZ2679I. 164 z/os V2R1.0 Communications Server: IP Messages Volume 4 (EZZ, SNM) EZZ2672I EZZ2679I EZZ2672I See the message explanation. Explanation: This is a TSO NETSTAT IDS option response. This message is displayed only for TSO NETSTAT options in which the TSO user ID profiles

More information

E-SRF. Command Reference. Release 2.1. EKC Security Event Reporting Facility. E-SRF V2R1 GENERAL AVAILABILITY, Revised February 13, 2005 EKC Inc.

E-SRF. Command Reference. Release 2.1. EKC Security Event Reporting Facility. E-SRF V2R1 GENERAL AVAILABILITY, Revised February 13, 2005 EKC Inc. E-SRF EKC Security Event Reporting Facility Release 2.1 Command Reference E-SRF V2R1 GENERAL AVAILABILITY, Revised February 13, 2005 EKC Inc. E-SRF is a proprietary product developed and maintained by

More information

CA ACF CA RS 1711 Service List

CA ACF CA RS 1711 Service List CA ACF2 16.0 1 CA RS 1711 List Description Type RO93852 ACF2/IMS SUPPORT FOR IMS R15 PTF RO93853 ACF2/IMS SUPPORT FOR IMS R15 PTF RO97779 CONVERT PASSWORD TO HIGHER ENCRYPTION LEVEL/AAM R_PASSWORD PTF

More information

E-SRF. Masterfile and Data Dictionary Reference. Release 2.1. EKC Security Event Reporting Facility

E-SRF. Masterfile and Data Dictionary Reference. Release 2.1. EKC Security Event Reporting Facility E-SRF EKC Security Event Reporting Facility Release 2.1 Masterfile and Data Dictionary Reference E-SRF V2R1 GENERAL AVAILABILITY, Revised February 13, 2005 EKC Inc. E-SRF is a proprietary product developed

More information

OS/390: APPC Access Method

OS/390: APPC Access Method 83 CHAPTER 6 OS/390: APPC Access Method Tasks That Are Common to SAS/CONNECT and SAS/SHARE 84 System and Software Requirements for SAS/CONNECT and SAS/SHARE 84 Defining Resources for the APPC Access Method

More information

Tivoli Access Manager for Enterprise Single Sign-On

Tivoli Access Manager for Enterprise Single Sign-On Tivoli Access Manager for Enterprise Single Sign-On Version 5.0 Kiosk Adapter Release Notes Tivoli Access Manager for Enterprise Single Sign-On Version 5.0 Kiosk Adapter Release Notes Note: Before using

More information

Windows: SPX Access Method

Windows: SPX Access Method 403 CHAPTER 28 Windows: SPX Access Method SAS Support for SPX on Windows 403 Tasks That Are Common to SAS/CONNECT and SAS/SHARE 404 System and Software Requirements for SAS/CONNECT and SAS/SHARE 404 Windows

More information

Vanguard ez/signon Client Installation and User Guide

Vanguard ez/signon Client Installation and User Guide Vanguard ez/signon Client Installation and User Guide Version 5.1 Vanguard ez/signon Version 5.1 Document Number VZSI-081503-511U September, 2003 Copyright 1997-2003 Vanguard Integrity Professionals-Nevada.

More information

Asset Management Migration Guide

Asset Management Migration Guide www.novell.com/documentation Asset Management Migration Guide ZENworks 11 Support Pack 2 March 20, 2012 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or

More information

Online Management. Overview. CSI International 8120 State Route 138 Williamsport, OH

Online Management. Overview. CSI International 8120 State Route 138 Williamsport, OH Online Management Overview CSI International 8120 State Route 138 Williamsport, OH 43164-9767 http://www.csi-international.com (800) 795-4914 - USA (740) 420-5400 - Main Operator (740) 333-7335 - Facsimile

More information

Interproduct Communication

Interproduct Communication CICS Family Interproduct Communication SC33-0824-05 CICS Family Interproduct Communication SC33-0824-05 Note! Before using this information and the products it supports, be sure to read the general information

More information

IBM IMS Database Solution Pack for z/os Version 2 Release 1. Overview and Customization IBM SC

IBM IMS Database Solution Pack for z/os Version 2 Release 1. Overview and Customization IBM SC IBM IMS Database Solution Pack for z/os Version 2 Release 1 Overview and Customization IBM SC19-4007-04 IBM IMS Database Solution Pack for z/os Version 2 Release 1 Overview and Customization IBM SC19-4007-04

More information

Adapter for Mainframe

Adapter for Mainframe BEA WebLogic Java Adapter for Mainframe Error Messages Release 5.1 Document Date: August 2002 Contents 1. Error Messages BEA WebLogic Java Adapter for Mainframe Error Messages iii iv BEA WebLogic Java

More information

IBM. User s Guide. NetView Access Services (MVS/ESA) Version 2 Release 1 SH

IBM. User s Guide. NetView Access Services (MVS/ESA) Version 2 Release 1 SH NetView Access Services (MVS/ESA) IBM User s Guide Version 2 Release 1 SH19-4499-00 NetView Access Services (MVS/ESA) IBM User s Guide Version 2 Release 1 SH19-4499-00 Note! Before using this information

More information

IBM. Using CICS Service Flow Runtime. CICS Transaction Server for z/os. Version 5 Release 5

IBM. Using CICS Service Flow Runtime. CICS Transaction Server for z/os. Version 5 Release 5 CICS Transaction Server for z/os IBM Using CICS Service Flow Runtime Version 5 Release 5 CICS Transaction Server for z/os IBM Using CICS Service Flow Runtime Version 5 Release 5 Note Before using this

More information

BEATuxedo Mainframe Adapter for SNA. Release Notes

BEATuxedo Mainframe Adapter for SNA. Release Notes BEATuxedo Mainframe Adapter for SNA Release Notes Version 9.1 Document Revised: August 16, 2006 Contents About BEA Tuxedo Mainframe Adapter for SNA................................1 New Product Features...................................................2

More information

CA SYSVIEW Performance Management CA RS 1605 Service List

CA SYSVIEW Performance Management CA RS 1605 Service List CA SYSVIEW Performance Management 14.0 1 CA RS 1605 Service List Description Type 14.0 RO87191 SPACE command not correctly displaying SMS status PTF RO88443 Multiple incorrect display fields for IBM MQ

More information

MultiCICS Administration Guide. Release 3.6.0

MultiCICS Administration Guide. Release 3.6.0 TM MultiCICS Administration Guide Release 3.6.0 Document Number PIEMC0400-01 First Edition printed August 2007 2007 - UNICOM Systems, Incorporated All Rights Reserved No part of this manual may be reproducged

More information

Customizing and Developing Applications with Expedite CICS

Customizing and Developing Applications with Expedite CICS GXS EDI Services Customizing and Developing Applications with Expedite CICS Version 4 Release 5 Seventh Edition (November 2005) This document (GC34-3304-06) contains revisions for MVS only. VSE users should

More information

Integration Guide. SafeNet Authentication Service. Protecting Microsoft Internet Security and Acceleration (ISA) Server 2006 with SAS

Integration Guide. SafeNet Authentication Service. Protecting Microsoft Internet Security and Acceleration (ISA) Server 2006 with SAS SafeNet Authentication Service Integration Guide Protecting Microsoft Internet Security and Acceleration (ISA) Server 2006 with SAS Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March

More information

CA IDMS Total Transparency

CA IDMS Total Transparency CA IDMS Total Transparency Total Transparency User Guide Release 18.5.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

# All Security All The Time: System z Security Update for CA ACF2, IBM RACF, CA Top Secret

# All Security All The Time: System z Security Update for CA ACF2, IBM RACF, CA Top Secret #12264 All Security All The Time: System z Security Update for CA ACF2, IBM RACF, CA Top Secret February 4, 2013 ~ 3:00pm Mark Hahn Carla A. Flores Session Evaluations QR codes Online for up to 72 hours

More information

TMON for DB2 Release Notes Version 1.5

TMON for DB2 Release Notes Version 1.5 TMON for DB2 Release Notes Version 1.5 TMON for DB2 Release Notes Version 1.5 Copyright Notice Copyright IBM Corporation 2001 All rights reserved. May only be used pursuant to a Tivoli Systems Software

More information

CICS Introduction and Overview

CICS Introduction and Overview CICS Introduction and Overview Ezriel Gross Circle Software Incorporated August 13th, 2013 (Tue) 4:30pm 5:30pm Session 13347 Agenda What is CICS and Who Uses It Pseudo Conversational Programming CICS Application

More information

Integration Guide. SafeNet Authentication Service. Protecting SugarCRM with SAS

Integration Guide. SafeNet Authentication Service. Protecting SugarCRM with SAS SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information