Financial Institutes. Deutsche Börse Systems. XONTRO Order Xentric Order S.W.I.F.T. Technical connection. Banking connection using LU 6.

Size: px
Start display at page:

Download "Financial Institutes. Deutsche Börse Systems. XONTRO Order Xentric Order S.W.I.F.T. Technical connection. Banking connection using LU 6."

Transcription

1 Deutsche Börse Systems XONTRO Order Xentric Order S.W.I.F.T. Financial Institutes Technical connection Version: 3.00

2 Deutsche Börse Systems AG Page: 1 Table of content page 1 Introduction 1 2 Hard and Software 2 3 Prerequisites 3 4 Naming conventions Deutsche Börse Systems AG --- VTAM definitions Deutsche Börse Systems AG --- MVS/APPC definitions Deutsche Börse Systems AG --- IMS definitions Customer s system --- APPC applications Customer system --- IMS application 9 5 Appendix A: Asynchronous transaction processing between customer s system and IMS 10

3 Deutsche Börse Systems AG Page: 1 1 Introduction Customer s connection to XONTRO using a LU 6.2 (diagram): Deutsche Börse Systems AG IBM RS/6000 Windows MVS Sun Solaris IBM AS/400 NCP VTAM MVS APPC IMS Control Region IMS MPP IMS MPP IMS MPP For those connection options presented in the diagram above, informations and hints for the connection set up via LU6.2 connection (APPC = Advanced Program to Program Communication) will be presented in this chapter. As the communication partner system (on the customer s side), a system is assumed to exist which is configurated and capable to communicate using APPC, and whose communication software supports LU6.2 protocol types. In addition to the preparing measures concerning the LU 6.2 connection, a dedicated leased line and the appendant modems are needed, as well as the expanded network definitions for both systems (IMS, VTAM resp. APPC controlling software of the financial institute), and the implementation of the APPC adress space within the Deutsche Börse Systems AG production environment. The conection to the bank using APPC will be handled using LU62 parallel sessions as a standard procedure, whereas a maximum of 4 sending sessions per bank s CBF account number are permitted. The distribution among those 4 sessions will be done automatically by the application. Thus, the parallel usage of the available sessions is supported by the Deutsche Börse Systems AG. Up to 4 messages may be sent simultanuously at the same time (e.g. order entry confirmations, execution confirmations, etc.). Deutsche Börse Systems AG will perform all necessary connection definitions at certain networks / IMS generation dates (these dates may be retrieved from our homepage This applies specifically to the naming conventions of the APPC LU names at the customer s site that have to be defined and agreed upon. These names have to be declared within the customer s systems, too.

4 Deutsche Börse Systems AG Page: 2 2 Hard and Software Within the Deutsche Börse Systems AG, an IBM host has been set up as the production computer, using the following operating system software: OS/390 VTAM NCP IMS

5 Deutsche Börse Systems AG Page: 3 3 Prerequisites The financial institute which is to be connected must have a PU Type 2.1 capable connection to the Deutsche Börse Systems AG installed. Furthermore, the VTAM Application ID must not be equal to DEBDZA11 (= VTAM APPL ID Deutsche Börse Systems AG production IMS/APPC), or DEBDZA29 (= VTAM APPL ID Deutsche Börse Systems AG test IMS/APPC), or DEBDZA27 (= VTAM APPL ID Deutsche Börse Systems AG simulation IMS/APPC). Care should be taken so that the VTAM APPL IDs of the connecting financial institutes will be different to the names mentioned above.

6 Deutsche Börse Systems AG Page: 4 4 Naming conventions The naming conventions for LU6.2 connections within Deutsche Börse Systems AG are defined as follows: IMS/APPC LU name production system IMS1: DEBDZA11 IMS/APPC LU name simulation system IMS27: DEBDZA27 IMS/APPC LU name test system IMS29: DEBDZA29 TPname (=transaction) in all three systems : BCSnnnnA (nnnn=cbf account number of the financial institute) Note: BCSnnnnA will be mapped to BC$nnnnA within the exchange applications The following naming conventions for LU6.2 connections should be adhered to by the customer : LU Name production system : LU Name simulation system : LU Name test system : Innnn000 (nnnn=customer s CBF account number) Innnn100 (nnnn= customer s CBF account number) Innnn200 (nnnn= customer s CBF account number) TPName in all systems : BC01 BC04 (resp. only BC01)

7 Deutsche Börse Systems AG Page: Deutsche Börse Systems AG --- VTAM definitions The computer/computer coupling device between the customer s system and the IBM mainframe of the Deutsche Börse Systems AG will be handled using SNA, MVS/APPC to the IMS. The set up / input necessary for the system generation at the Deutsche Börse Systems AG s side will not be given in detail in this section. The VTAM definitions of Deutsche Börse Systems AG describe: - the ACB names (=LU names) of the customer s systems - the VTAM logmode entry IMS adaptor as the communication partner of the financial institute ACB definitions DEBDZAxx APPL ACBNAME=DEBDZAxx, (11=prod., 27=simulation, 29=test) OPERCNOS=ALLOW, DDRAINL=NALLOW, DSESLIM=16, EAS=509, MODETAB=#MODTABX, DLOGMOD=APPCMODE, PARSESS=YES, SECACPT=CONV, SRBEXIT=YES, VPACING=10 VTAM logmode entry LU62APPC MODEENT LOGMODE=LU62APPC, COS=ROUTM001, TYPE=X 00, FMPROF=X'13', TSPROF=X'07', PRIPROT=X'B0', SECPROT=X'B0' COMPROT=X'50B5', RUSIZES=X'8585', PSERVIC=X' F00'

8 Deutsche Börse Systems AG Page: Deutsche Börse Systems AG --- MVS/APPC definitions The transaction name within the IMS system of the Deutsche Börse Systems AG is BC$nnnnA. As this may causes mapping errors within certain platforms (in this case the $ symbol), the customer should initiate the process/program BCSnnnnA. The mapping to the correct transaction name will then be done using the APPC TP profile. The maintenance of the TP profiles may be done using the following job (jcl): //TPKL EXEC PGM=ATBSDFMU, // COND=EVEN //STEPLIB DD DISP=SHR, // DSN=IMS.xx.RESLIB //SYSSDLIB DD DSN=SYS1.xxxx.APPCTP,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSSDOUT DD SYSOUT=* //SYSIN DD DATA,DLM=XX TPADD TPSCHED_EXIT(DFSTPPE0) TPNAME(BCSnnnnA) SYSTEM ACTIVE(YES) TPSCHED_DELIMITER(END_IMS_DATEN) TRANCODE=BC$nnnnA CLASS=1 MAXRGN=1 RACF=NONE END_IMS_DATEN XX //* //TPLS EXEC PGM=ATBSDFMU, // COND=EVEN //SYSSDLIB DD DSN=SYS1.xxxx.APPCTP,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSSDOUT DD SYSOUT=* //SYSIN DD DATA TPRETRIEVE TPNAME(BCSnnnnA) /*

9 Deutsche Börse Systems AG Page: Deutsche Börse Systems AG --- IMS definitions The transmission of messages (execution confirmations etc.) to the customer systems from the IMS applications will generally be done using the alternate PCB. The INSERT is done onto a so-called DESCRIPTOR AnnnnX11 X14, which behaves similar to a LTERM from the customer s site view. Within the DESCRIPTOR, the LU- and the TP- name of the customer s system, as well as the VTAM mode table entry LU62APPC, the SYNCLEVEL CONFIRM and the CONVERSATIONTYPE MAPPED are deposited. All DESCRIPTOR entries are located in the PROCLIB Member DFS62DTx (x=nucleus SUFFIX): U AnnnnX11 LUNAME=Innnn000 MODE=LU62APPC TPNAME=BC01 U AnnnnX11 SYNCLEVEL=C CONVTYPE=M U AnnnnX12 LUNAME=Innnn000 MODE=LU62APPC TPNAME=BC01 U AnnnnX12 SYNCLEVEL=C CONVTYPE=M U AnnnnX13 LUNAME=Innnn000 MODE=LU62APPC TPNAME=BC01 U AnnnnX13 SYNCLEVEL=C CONVTYPE=M U AnnnnX14 LUNAME=Innnn000 MODE=LU62APPC TPNAME=BC01 U AnnnnX14 SYNCLEVEL=C CONVTYPE=M

10 Deutsche Börse Systems AG Page: Customer s system --- APPC applications The declaration of the IMS transaction code will be done in the ALLOCATE statement, normally using the parameter TPN. If, within the ALLOCATE statement, the parameter TPN="other partner LU" (e.g. Innnn000) is inserted, then a "Message Switch" occurs after the conversation set up within IMS. The message sent will be sent back asynchronously to the LU (customer s system) immediately after the performed "IMS Message Switch". A 4-byte header (2-byte length, 2-byte ID field = low value) hast to be prefixed to each of the logical data records to be transmitted by the APPC application. This rule is valid for the usage of the MAPPED CONVERSATION verbs.

11 Deutsche Börse Systems AG Page: Customer system --- IMS application An APPC application is only capable to communicate with an IMS application in the asynchronous mode. The asynchronous processing mode is indicated by the following APPC verbs within the processing sequence: ALLOCATE TPN(BCSnnnnA) SEND_DATA 'data to transmit' DEALLOCATE The requested IMS application hast to be generated as a NON RESPONSE (non conversational) transaction in this case. That way, the asynchronous processing mode allows the transfer of data, IMS commands, or the execution of a "message switch". For the operational sequence shown above, the transaction has to be generated with the option SINGLE SEGMENT included. The data records transferred will be handed over within the IMS in single message segments, and they will be assigned to the processing unit using one single read operation (GU = Get Unique) each: 'data to transmit' (GU call) Configuration of messages ('data to transmit'): bank Deutsche Börse Systems AG: beginning with the 1st digit: data (SWIFT Message) Deutsche Börse Systems AG bank: beginning with the 1st digit: data (SWIFT Message) Note: The IMS transaction will only be initiated after the transfer of the DEALLOCATE. This results in that: By using a NON RESPONSE transaction, the processing of the IMS application will only be started after the data transfer has been accomplished including the trailing DEALLOCATE statement.

12 Deutsche Börse Systems AG Page: 10 5 Appendix A: Asynchronous transaction processing between customer s system and IMS IMS MVS / APPC Bank (Kundensystem) session does not exist session / conversation allocated APPC Anwendung A - ATTACH LU6.2 - ALLOCATE TPN = BCSnnnnA Sync_level = CONFIRM - Return_Code = OK Transaction queued data received - SEND_DATA Return_Code = OK positive SNA response Transaction scheduled Transaction: BC$xxxxA conversation deallocated - DEALLOCATE TYPE (LOCAL Return_Code = - DETACH LU 6.2 OK positive response Sync_Level = CONFIRM BC$xxxxA Empfangsprogramm Kunde - GU I/O-PCB Return_Code = 'QC' Goback - CHNG ALT-PCB (AnnnnX11) ISRT ALT-PCB next record conversation allocated data received data converted to APPC format SEND_DATA request CONFIRM - ATTACHLU RECEIVE_AND_WAIT Return_Code = OK What_received = DATA_COMPLETE - RECEIVE_AND_WAIT Return_Code = OK What_received = CONF_DEALLOCATED positive response - CONFIRMED conversation deallocated - DEALLOCATED TYPE (LOCAL) BC$xxxxA output dequeued session does not terminate - DETACHLU 6.2

CCF/CCF-II/MDH Transmission Guides

CCF/CCF-II/MDH Transmission Guides CCF/CCF-II/ Transmission Guides 2.04 Interface Control Manager (Messaging Output): Function User's Guide The Depository Trust Company ( DTC ). All rights reserved. This work is proprietary and is intended

More information

Introduction to the new mainframe Chapter 7: Batch processing and the Job Entry Subsystem (JES)

Introduction to the new mainframe Chapter 7: Batch processing and the Job Entry Subsystem (JES) Chapter 7: Batch processing and the Job Entry Subsystem (JES) Chapter 7 objectives Be able to: Give an overview of batch processing and how work is initiated and managed in the system. Explain how the

More information

Introduction to the new mainframe Chapter 12 - Network Communications on z/os

Introduction to the new mainframe Chapter 12 - Network Communications on z/os Chapter 12 - Network Communications on z/os Objectives In this chapter, you will learn: An overview of the communication network model layers The software components of the z/os Communications Server product

More information

FDR/UPSTREAM MESSAGES INTRODUCTION

FDR/UPSTREAM MESSAGES INTRODUCTION 28 FDR/UPSTREAM MESSAGES 28.1 INTRODUCTION FDR/UPSTREAM MESSAGES INTRODUCTION This chapter contains a full list of all the messages that can be issued by FDR/UPSTREAM, and also explains where those messages

More information

U.S. Department of Education 1998 Electronic Access Conferences

U.S. Department of Education 1998 Electronic Access Conferences U.S. Department of Education 1998 Electronic Access Conferences 11/9/98 Session 43-1 Session 43 Mainframe Connectivity to Title IV Wide Area Network Session 43-2 Session 43 Mike Cline - NCS Development

More information

XONTRO Order. Banks. Registration XONTRO

XONTRO Order. Banks. Registration XONTRO XONTRO Order Banks Registration XONTRO Release: 18th May 2009 Page 1 Please send pages 1 10 back to: BrainTrade Abt. XONTRO Order Neue Börsenstrasse 1 D 60487 Frankfurt Main Phone: +49 - (0)69 58 99 78-120

More information

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions Applications What are some of the applications for the Model 2120 Single Port Terminal Server? The Patton Single Port RS-232 Terminal Server provides the ability to bring virtually any RS-232 device onto

More information

ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example

ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example Document ID: 113571 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

CA TPX Session Management r5.3

CA TPX Session Management r5.3 PRODUCT SHEET CA TPX Session Management CA TPX Session Management r5.3 CA TPX Session Management (CA TPX) helps you manage user menus for accessing VTAM applications on the mainframe while offering end

More information

84-01-35 Client/Server Security With Mainframe Access Darren Jones Payoff

84-01-35 Client/Server Security With Mainframe Access Darren Jones Payoff 84-01-35 Client/Server Security With Mainframe Access Darren Jones Payoff Microcomputers (clients), local area networks, and mainframes (servers) should be combined into a cooperative processing structure,

More information

8051 MICROCONTROLLER COURSE

8051 MICROCONTROLLER COURSE 8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:

More information

Utility Mainframe System Administration Training Curriculum

Utility Mainframe System Administration Training Curriculum Utility Mainframe System Administration Training Curriculum MVS SYSTEM ADMINISTRATION MVS SYSTEM ADMINISTRATION- LEVEL 1 TO 1.5 Name of the Module Common for All Administration LSO TSO/ISPF JCL & UTILITIES

More information

XONTRO Order Xentric Order S.W.I.F.T. Financial Institutes. Technical Connection. Changes valid from 13 th December 2010. Version: 5.

XONTRO Order Xentric Order S.W.I.F.T. Financial Institutes. Technical Connection. Changes valid from 13 th December 2010. Version: 5. XONTRO Order Xentric Order S.W.I.F.T. Financial Institutes Technical Connection Changes valid from 13 th December 2010 Version: 5.43 Update date: 20 th December 2010 Page: 1 Content Page 1 Introduction

More information

Integrating Web Services and Natural Objects Using EntireX

Integrating Web Services and Natural Objects Using EntireX Integrating Web Services and Natural Objects Using EntireX Technical Paper: Calling a Web Service from Natural 4/15/2013 Software AG Global Support Services 1) Start Broker (e.g. ETB1331) 2) Check that

More information

CA Datacom Task Storage Options. User Key ECSA and Data Space

CA Datacom Task Storage Options. User Key ECSA and Data Space CA Datacom Task Storage Options User Key ECSA and Data Space September 19, 2007 1. Overview... 3 2. z/os 1.9 default change that blocks user key CSA... 3 2.1. z/os option AllowUserKeyCSA...3 2.2. CA Datacom

More information

CF2/MQ Transmission Guides. 14.15 FAST Direct Deposits/Withdrawal At Custodian via CF2 (CF2DWX): User s Guide

CF2/MQ Transmission Guides. 14.15 FAST Direct Deposits/Withdrawal At Custodian via CF2 (CF2DWX): User s Guide CF2/MQ Transmission Guides 14.15 FAST Direct Deposits/Withdrawal At Custodian via CF2 (CF2DWX): User s Guide The Depository Trust Company October 2015 Copyright Copyright Copyright 2015 by The Depository

More information

HR Data Retrieval in a LDAP- Enabled Directory Service

HR Data Retrieval in a LDAP- Enabled Directory Service HR Data Retrieval in a LDAP- Enabled Directory Service HELP.PORTMANAGER Release 50A Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in

More information

SAP BUSINESSOBJECTS FINANCIAL CONSOLIDATION 7.5 STARTER KIT FOR US GAAP SP1

SAP BUSINESSOBJECTS FINANCIAL CONSOLIDATION 7.5 STARTER KIT FOR US GAAP SP1 SAP BUSINESSOBJECTS FINANCIAL CONSOLIDATION 7.5 STARTER KIT FOR US GAAP SP1 Simplified Configuration Description 2010-04-28 1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects

More information

rvs Version 2.04.00.01 Operator Manual

rvs Version 2.04.00.01 Operator Manual rvs Version 2.04.00.01 Operator Manual Operator Manual The products listed in this manual are protected by copyright. rvs Version 2.04.00.01 Operator Manual 2000 by gedas Pascalstraße 11 10587 Berlin This

More information

TIBCO Substation ES Configuration and Resources. Software Release 2.6 February 2010

TIBCO Substation ES Configuration and Resources. Software Release 2.6 February 2010 TIBCO Substation ES Configuration and Resources Software Release 2.6 February 2010 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Modbus and ION Technology

Modbus and ION Technology 70072-0104-14 TECHNICAL 06/2009 Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. PowerLogic ION meters are compatible

More information

CA Application Quality and Testing Tools

CA Application Quality and Testing Tools CA Application Quality and Testing Tools Symbolic Guide Version 9.0.00 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

CCF/CCF-II/MDH Transmission Guides. 6.09 DMB1/5: Direct Mail BUST Function User=s Guide

CCF/CCF-II/MDH Transmission Guides. 6.09 DMB1/5: Direct Mail BUST Function User=s Guide CCF/CCF-II/MDH Transmission Guides 6.09 DMB1/5: Direct Mail BUST Function User=s Guide The Depository Trust Company February 2003 ( DTC ). All rights reserved. This work is proprietary and is intended

More information

PPP (Point-to-Point Protocol)

PPP (Point-to-Point Protocol) PPP (Point-to-Point Protocol) PPP (Point-to-Point Protocol) is the most widely used method for transporting IP packets over a serial link between the user and the Internet Service Provider (ISP). Although

More information

CA Integrated Agent Services

CA Integrated Agent Services CA Integrated Agent Services Implementation Guide Version 12.0.00 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred

More information

Secure Database Backups with SecureZIP

Secure Database Backups with SecureZIP Secure Database Backups with SecureZIP A pproved procedures for insuring database recovery in the event of a disaster call for backing up the database and storing a copy of the backup offsite. Given the

More information

UNIX Remote Job Entry User s Guide A. L. Sabsevitz K. A. Kelleman

UNIX Remote Job Entry User s Guide A. L. Sabsevitz K. A. Kelleman UNIX Remote Job Entry User s Guide A. L. Sabsevitz K. A. Kelleman 1. PREFACE A set of background processes running under UNIX* support remote job entry to IBM System/360 and /370 host computers. RJE is

More information

Application Note 83 Fundamentals of RS 232 Serial Communications

Application Note 83 Fundamentals of RS 232 Serial Communications Application Note 83 Fundamentals of Serial Communications Due to it s relative simplicity and low hardware overhead (as compared to parallel interfacing), serial communications is used extensively within

More information

Networking Test 4 Study Guide

Networking Test 4 Study Guide Networking Test 4 Study Guide True/False Indicate whether the statement is true or false. 1. IPX/SPX is considered the protocol suite of the Internet, and it is the most widely used protocol suite in LANs.

More information

CONTROL MICROSYSTEMS DNP3. User and Reference Manual

CONTROL MICROSYSTEMS DNP3. User and Reference Manual DNP3 User and Reference Manual CONTROL MICROSYSTEMS SCADA products... for the distance 48 Steacie Drive Telephone: 613-591-1943 Kanata, Ontario Facsimile: 613-591-1022 K2K 2A9 Technical Support: 888-226-6876

More information

DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide

DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide User s Manual DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide 1st Edition Blank Page < Introduction > i Introduction About this Manual Thank you for purchasing the DTSX3000

More information

IMS Disaster Recovery

IMS Disaster Recovery IMS Disaster Recovery Part 1 Understanding the Issues February 5, 2008 Author Bill Keene has almost four decades of IMS experience and is recognized world wide as an expert in IMS recovery and availability.

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM Multiplexer Application Notes GSM_MUX_AN_V1.00 Document Title GSM Multiplexer Application Notes Version 1.00 Date 2009-06-27 Status Document Control ID Release GSM_MUX_AN_V1.00 General

More information

Medicare Managed Care Manual

Medicare Managed Care Manual Medicare Managed Care Manual Chapter 20 - Plan Communications Guide Section 2 - NDM User Instructions Table of Contents 2.1 - Direct Electronic Communication 2.1.1 - NDM - Mainframe (Host 2.1.2 - NDM -

More information

ESPA 4.4.4 Nov 1984 PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION

ESPA 4.4.4 Nov 1984 PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION 2.1 CHARACTER STRUCTURE 2.2 THE CHARACTER SET 2.3 CONTROL CHARACTERS 2.3.1 Transmission control

More information

XONTRO Order. Financial Institutes / Provider. Admission XONTRO TEST

XONTRO Order. Financial Institutes / Provider. Admission XONTRO TEST XONTRO Order Financial Institutes / Provider Admission XONTRO TEST Release: 21 st May, 2009 Page 1 Please send all pages of this document back to: BrainTrade Gesellschaft fuer Boersensysteme mbh Dept.:

More information

Cleo Host Loginid Import Utility and Cleo Host Password Encryption Utility

Cleo Host Loginid Import Utility and Cleo Host Password Encryption Utility Cleo Host Loginid Import Utility and Cleo Host Password Encryption Utility User Guide Page 1 of 28 INTRODUCTION...3 Overview... 3 Intended Audience... 3 LOGIN ID IMPORT UTILITY...4 HOST ENCRYPTED PASSWORD

More information

This chapter discusses Synchronous Data Link Control (SDLC) protocols that you can configure on a BANDIT device s ports. See the following sections:

This chapter discusses Synchronous Data Link Control (SDLC) protocols that you can configure on a BANDIT device s ports. See the following sections: encor! enetworks TM Version A, September 2010 2010 Encore Networks, Inc. All rights reserved. SDLC Protocol Configuration This chapter discusses Synchronous Data Link Control (SDLC) protocols that you

More information

StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes

StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes StreamServe Persuasion SP4 StreamServe Connect for SAP - Business Processes User Guide Rev A StreamServe Persuasion SP4StreamServe Connect for SAP - Business Processes User Guide Rev A SAP, mysap.com,

More information

Data Warehouse Center Administration Guide

Data Warehouse Center Administration Guide IBM DB2 Universal Database Data Warehouse Center Administration Guide Version 8 SC27-1123-00 IBM DB2 Universal Database Data Warehouse Center Administration Guide Version 8 SC27-1123-00 Before using this

More information

Serial Communications

Serial Communications Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation

More information

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV UNIT I THE 8086 MICROPROCESSOR 1. What is the purpose of segment registers

More information

Switch Fabric Implementation Using Shared Memory

Switch Fabric Implementation Using Shared Memory Order this document by /D Switch Fabric Implementation Using Shared Memory Prepared by: Lakshmi Mandyam and B. Kinney INTRODUCTION Whether it be for the World Wide Web or for an intra office network, today

More information

Why you need to monitor serial communication?

Why you need to monitor serial communication? Why you need to monitor serial communication Background RS232/RS422 provides 2 data lines for each data channel. One is for transmitting data and the other for receiving. Because of these two separate

More information

Mail 2 ZOS FTPSweeper

Mail 2 ZOS FTPSweeper Mail 2 ZOS FTPSweeper z/os or OS/390 Release 1.0 February 12, 2006 Copyright and Ownership: Mail2ZOS and FTPSweeper are proprietary products to be used only according to the terms and conditions of sale,

More information

DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS

DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS DOCUMENTATION MICROSOFT SQL BACKUP & RESTORE OPERATIONS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

VSAM-ADMIN. VSAM data set organisation. fair software associates die faire Alternative für Systemsoftware

VSAM-ADMIN. VSAM data set organisation. fair software associates die faire Alternative für Systemsoftware VSAM-ADMIN VSAM data set organisation Agenda Features Differenciation between CA-Faver and VSAM- Admin Features Export of VSAM clusters Restore of VSAM clusters Compare cluster to the exported flat file

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

TIBCO Substation ES Configuration and Resources

TIBCO Substation ES Configuration and Resources TIBCO Substation ES Configuration and Resources Software Release 2.8 November 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

IBM Application Hosting EDI Services Expedite software adds Secure Sockets Layer TCP/IP support

IBM Application Hosting EDI Services Expedite software adds Secure Sockets Layer TCP/IP support Software Announcement June 1, 2004 Services Expedite software adds Secure Sockets Layer TCP/IP support Overview Services Expedite software for Microsoft Windows, AIX, and OS/400 is being enhanced to support

More information

Customer information on the replacement of LUA/CDIF access technology. Last revised: Mar. 17, 2015

Customer information on the replacement of LUA/CDIF access technology. Last revised: Mar. 17, 2015 access technology 1. GENERAL At the moment, your EDI application (e.g., your EDI converter) uses our interactive interface, Local User Agent (LUA) or the CDIF protocol embedded in it (for a proprietary

More information

flarq flarqhelp-main The main screen dialog for flarq is: Windows image - identical in Linux

flarq flarqhelp-main The main screen dialog for flarq is: Windows image - identical in Linux help-main fast light automatic repeat request is a file transfer application that is based on the ARQ specification developed by Paul Schmidt, K9PS. It is capable of transmitting and receiving frames of

More information

Cross Platform Performance Monitoring with RMF XP

Cross Platform Performance Monitoring with RMF XP Cross Platform Performance Monitoring with RMF XP Harald Bender bhbe@de.ibm.com 3/14/2012 2012 IBM Corporation IBM Corporation 2007 2007 IBM System z Expo The new Component: RMF XP RMF XP is the solution

More information

FASTFIND LINKS. Document Organization Product Version Getting Help Contents MK-96RD646-02

FASTFIND LINKS. Document Organization Product Version Getting Help Contents MK-96RD646-02 Hitachi Universal Storage Platform V Hitachi Universal Storage Platform VM Hitachi TagmaStore Universal Storage Platform Hitachi TagmaStore Network Storage Controller Hitachi Lightning 9900 V Series Hitachi

More information

Enterprise Application Modernization with the IMS ICAL

Enterprise Application Modernization with the IMS ICAL Enterprise Application Modernization with the Suzie Wendler zgrowth Washington Systems Center 2014 IBM Corporation Topics Designing an application with an internal service flow template not only supports

More information

Origins of Operating Systems OS/360. Martin Grund HPI

Origins of Operating Systems OS/360. Martin Grund HPI Origins of Operating Systems OS/360 HPI Table of Contents IBM System 360 Functional Structure of OS/360 Virtual Machine Time Sharing 2 Welcome to Big Blue 3 IBM System 360 In 1964 IBM announced the IBM-360

More information

XONTRO Newsletter. Financial Institutes No. 61

XONTRO Newsletter. Financial Institutes No. 61 XONTRO Newsletter Financial Institutes No. 61 Page 1 The following modifications will be introduced: Information regarding extended trading hours at the Stuttgart Stock Exchange Reachability of the BrainTrade

More information

TECHNICAL SPECIFICATIONS GUIDE CANADA SAVINGS BONDS. csb.gc.ca PAYROLL SAVINGS PROGRAM 20$ 40$ 80$ 50 $ 30$ TECHGUIDE-14

TECHNICAL SPECIFICATIONS GUIDE CANADA SAVINGS BONDS. csb.gc.ca PAYROLL SAVINGS PROGRAM 20$ 40$ 80$ 50 $ 30$ TECHGUIDE-14 7 TECHNICAL SPECIFICATIONS GUIDE CANADA SAVINGS BONDS PAYROLL SAVINGS PROGRAM csb.gc.ca 40 5 30 0 20 80 70 0 What are you saving for? 50 40 20 0 80 4 20 7 7 TECHGUIDE-4 TECHNICAL SPECIFICATIONS GUIDE For

More information

E-i. Section E. Code Formatting. E/D = Enable/Disable T/DNT = Transmit/Do Not Transmit EX/DNEX = Expand/Do Not Expand

E-i. Section E. Code Formatting. E/D = Enable/Disable T/DNT = Transmit/Do Not Transmit EX/DNEX = Expand/Do Not Expand Section E Code Formatting E/D = Enable/Disable T/DNT = Transmit/Do Not Transmit EX/DNEX = Expand/Do Not Expand C/DNC = Convert/Do Not Convert E/DNE = Enable/Do Not Enable T/DNT UPC-A Check Digit (E - 1)

More information

SWIFT Certified Application Payments

SWIFT Certified Application Payments SWIFT Certified Application Payments Technical validation Guide 2014 Version 1.1 April 2014 Legal notices Copyright SWIFT 2014. All rights reserved. You may copy this publication within your organisation.

More information

Written examination in Computer Networks

Written examination in Computer Networks Written examination in Computer Networks February 14th 2014 Last name: First name: Student number: Provide on all sheets (including the cover sheet) your last name, rst name and student number. Use the

More information

Ahsay Online Backup AutoUpdateAgent Guide. We back up your business. Ahsay Online Backup v5.5. AutoUpdateAgent Guide. Version 5.

Ahsay Online Backup AutoUpdateAgent Guide. We back up your business. Ahsay Online Backup v5.5. AutoUpdateAgent Guide. Version 5. v5.5 Version 5.5 May 22, 2009 Ahsay Systems Corporation Limited Page 1 of 6 May 22, 2009 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Bookstore credit card application

Bookstore credit card application Bookstore credit card application We recently created an application to simulate a credit card transaction. This application tests the z/os Cryptographic Services as well as DB2 and IMS Data Encryption.

More information

Compiler Forecast: Cloudy with. Cloud Computing for your z/os compilers

Compiler Forecast: Cloudy with. Cloud Computing for your z/os compilers Compiler Forecast: Cloudy with a Chance of Savings Cloud Computing for your z/os compilers Speaker Bio Charles Mills is the Chief Development Officer of Cloud Compiling, LLC Mills was the founder of FiresignComputer

More information

Connectivity and Communications

Connectivity and Communications Chapter 5 Connectivity and Communications This chapter provides information to establish an electronic communications session with Anthem and to submit and receive files. Important: Do not send duplicate

More information

Distributed Data Processing (DDP-PPC) TCP/IP Interface COBOL

Distributed Data Processing (DDP-PPC) TCP/IP Interface COBOL !()+ OS 2200 Distributed Data Processing (DDP-PPC) TCP/IP Interface COBOL Programming Guide Copyright ( 1997 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation.

More information

SIM CARD PROTOCOLS. This paper attempts in broad strokes to outline the construction of these protocols and how they are used.

SIM CARD PROTOCOLS. This paper attempts in broad strokes to outline the construction of these protocols and how they are used. SIM CARD PROTOCOLS Though rarely thought about by most users their mobile phone contains a remarkable computing device that enables them to go about their business of making calls, text messaging or playing

More information

PART OF THE PICTURE: The TCP/IP Communications Architecture

PART OF THE PICTURE: The TCP/IP Communications Architecture PART OF THE PICTURE: The / Communications Architecture 1 PART OF THE PICTURE: The / Communications Architecture BY WILLIAM STALLINGS The key to the success of distributed applications is that all the terminals

More information

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2

ODEX Enterprise. Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 ODEX Enterprise Introduction to ODEX Enterprise 3 for users of ODEX Enterprise 2 Copyright Data Interchange Plc Peterborough, England, 2013. All rights reserved. No part of this document may be disclosed

More information

HUMAN CAPITAL MANAGEMENT SYSTEM BUSINESS PROCESS PROCESS STEPS. Process

HUMAN CAPITAL MANAGEMENT SYSTEM BUSINESS PROCESS PROCESS STEPS. Process HUMAN CAPITAL MANAGEMENT SYSTEM BUSINESS PROCESS Process Preparing 1042S File Module: Payroll Business Process No. BP-PA- 1.41 Date Created: 10/30/08 Date Revised: Purpose Outline the process to prepare

More information

WiFiPerf User Guide 1.5

WiFiPerf User Guide 1.5 WiFiPerf User Guide 1.5 AccessAgility LLC 2012 AccessAgility LLC. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any

More information

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to:

Computer Performance. Topic 3. Contents. Prerequisite knowledge Before studying this topic you should be able to: 55 Topic 3 Computer Performance Contents 3.1 Introduction...................................... 56 3.2 Measuring performance............................... 56 3.2.1 Clock Speed.................................

More information

POLAR IT SERVICES. Business Intelligence Project Methodology

POLAR IT SERVICES. Business Intelligence Project Methodology POLAR IT SERVICES Business Intelligence Project Methodology Table of Contents 1. Overview... 2 2. Visualize... 3 3. Planning and Architecture... 4 3.1 Define Requirements... 4 3.1.1 Define Attributes...

More information

Controlling LifeSize Video Systems from the CLI

Controlling LifeSize Video Systems from the CLI Controlling LifeSize Video Systems from the CLI Use the LifeSize command line interface (CLI) to automate access and control of LifeSize video communications systems and LifeSize Phone with software release

More information

Expedite for Windows Software Development Kit Programming Guide

Expedite for Windows Software Development Kit Programming Guide GXS EDI Services Expedite for Windows Software Development Kit Programming Guide Version 6 Release 2 GC34-3285-02 Fifth Edition (November 2005) This edition replaces the Version 6.1 edition. Copyright

More information

CA NetMaster Network Management for SNA

CA NetMaster Network Management for SNA CA NetMaster Network Management for SNA Administration Guide r12 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational

More information

Network Detective Client Connector

Network Detective Client Connector Network Detective Copyright 2014 RapidFire Tools, Inc. All Rights Reserved. v20140801 Overview The Network Detective data collectors can be run via command line so that you can run the scans on a scheduled

More information

Communications and Connectivity

Communications and Connectivity Chapter V Communications and Connectivity Trading partners are responsible for the purchase of communication protocol packages and access support for the dial-up process to the Enterprise EDI Gateway/Clearinghouse.

More information

3.5 LAN HDD Enclosure User s Manual

3.5 LAN HDD Enclosure User s Manual 3.5 LAN HDD Enclosure User s Manual NOTE: 1. USB and LAN can t be used at the same time. 2. HDD should be formatted as FAT32. Please check Disk utility section in this manual. 3. For internet FTP usage,

More information

Application Backup and Restore using Fast Replication Services. Ron Ratcliffe rratcliffe@rocketsoftware.com March 13, 2012 Session Number 10973

Application Backup and Restore using Fast Replication Services. Ron Ratcliffe rratcliffe@rocketsoftware.com March 13, 2012 Session Number 10973 Application Backup and Restore using Fast Replication Services Ron Ratcliffe rratcliffe@rocketsoftware.com March 13, 2012 Session Number 10973 Session Agenda What is IBM Tivoli Advanced Backup and Recovery

More information

SharePoint 2010 Farm Restore

SharePoint 2010 Farm Restore There are 2 types of Farm Level restores available in the Central Administration GUI. This section explains why each would be used. Same Configuration o Used to restore all configuration and content onto

More information

Router Lab Reference Guide

Router Lab Reference Guide Router Lab Reference Guide 1 PURPOSE AND GOALS The routing lab allows testing different IP-related protocols and solutions in a close to live environment. You can learn how to configure Cisco routers and

More information

Settlement (CO) HELP.COABR. Release4.6C

Settlement (CO) HELP.COABR. Release4.6C HELP.COABR Release4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Chapter 6, The Operating System Machine Level

Chapter 6, The Operating System Machine Level Chapter 6, The Operating System Machine Level 6.1 Virtual Memory 6.2 Virtual I/O Instructions 6.3 Virtual Instructions For Parallel Processing 6.4 Example Operating Systems 6.5 Summary Virtual Memory General

More information

I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP

I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP 1. Functions An I. S. 1 fieldstation can be equipped with a primary and a redundant central unit (), whereby each has its own independent PROFIBUS

More information

XONTRO Newsletter. Financial Institutes. No. 20 (English Version)

XONTRO Newsletter. Financial Institutes. No. 20 (English Version) XONTRO Newsletter Financial Institutes No. 20 () Page 1 As of October 24th, 2005, the following modification will (amongst others) be introduced in XONTRO: Option to receive contract notes (schlussnotes)

More information

ABB i-bus EIB Logic Module LM/S 1.1

ABB i-bus EIB Logic Module LM/S 1.1 Product Manual ABB i-bus EIB Logic Module LM/S 1.1 Intelligent Installation System Contents page 1 General... 3 1.1 About this manual... 3 1.2 Product and functional overview... 3 2 Device technology...

More information

CHAPTER 3 STATIC ROUTING

CHAPTER 3 STATIC ROUTING CHAPTER 3 STATIC ROUTING This chapter addresses the end-to-end delivery service of IP and explains how IP routers and hosts handle IP datagrams. The first section discusses how datagrams are forwarded

More information

SupportPac CB12. General Insurance Application (GENAPP) for IBM CICS Transaction Server

SupportPac CB12. General Insurance Application (GENAPP) for IBM CICS Transaction Server SupportPac CB12 General Insurance Application (GENAPP) for IBM CICS Transaction Server SupportPac CB12 General Insurance Application (GENAPP) for IBM CICS Transaction Server ii General Insurance Application

More information

CHAPTER 15: Operating Systems: An Overview

CHAPTER 15: Operating Systems: An Overview CHAPTER 15: Operating Systems: An Overview The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint

More information

Interactive System Productivity Facility (ISPF)

Interactive System Productivity Facility (ISPF) National Finance Center Office of the Chief Financial Officer U.S. Department of Agriculture August 2013 PUBLICATION CATEGORY Reporting PROCEDURE MANUAL Table of Contents Introduction... 1 System Overview...

More information

SLIP and PPP. Gursharan Singh Tatla. mailme@gursharansingh.in www.eazynotes.com. 1 www.eazynotes.com

SLIP and PPP. Gursharan Singh Tatla. mailme@gursharansingh.in www.eazynotes.com. 1 www.eazynotes.com SLIP and PPP Gursharan Singh Tatla mailme@gursharansingh.in 1 Data Link Layer in Internet We know that Internet consists of individual systems that are connected to each other. Basically, it is wide are

More information

Technical Support Bulletin Nr.18 Modbus Tips

Technical Support Bulletin Nr.18 Modbus Tips Technical Support Bulletin Nr.18 Modbus Tips Contents! Definitions! Implemented commands! Examples of commands or frames! Calculating the logical area! Reading a signed variable! Example of commands supported

More information

Application Note RMF Magic 5.1.0: EMC Array Group and EMC SRDF/A Reporting. July 2009

Application Note RMF Magic 5.1.0: EMC Array Group and EMC SRDF/A Reporting. July 2009 Application Note RMF Magic 5.1.0: EMC Array Group and EMC SRDF/A Reporting July 2009 Summary: This Application Note describes the new functionality in RMF Magic 5.1 that enables more effective monitoring

More information

CA Deliver r11.7. Business value. Product overview. Delivery approach. agility made possible

CA Deliver r11.7. Business value. Product overview. Delivery approach. agility made possible PRODUCT SHEET CA Deliver agility made possible CA Deliver r11.7 CA Deliver is an online report management system that provides you with tools to manage and reduce the cost of report distribution. Able

More information

München 2011. BMC Internet Service Retrieval. Axel Griepenstroh SC

München 2011. BMC Internet Service Retrieval. Axel Griepenstroh SC MainView Roundtable München 2011 BMC Internet Service Retrieval Axel Griepenstroh SC Agenda Was ist BMC ISR Download BMC ISR Starten von BMC ISR - Setup - Submit Request - Receive Request Copyright 5/24/2011

More information

S7 for Windows S7-300/400

S7 for Windows S7-300/400 S7 for Windows S7-300/400 A Programming System for the Siemens S7 300 / 400 PLC s IBHsoftec has an efficient and straight-forward programming system for the Simatic S7-300 and ern controller concept can

More information

DeviceMaster UP Modbus Controller to Controller Communication

DeviceMaster UP Modbus Controller to Controller Communication DeviceMaster UP Modbus Controller to Controller Communication UP Today s Modbus installations are becoming increasingly complex. More and more installations are requiring the use of multiple Modbus controllers

More information

SAP CRM 2007 - Campaign Automation

SAP CRM 2007 - Campaign Automation SAP CRM 2007 - Campaign Automation Applies to: SAP CRM 7.0 For more information, visit the Customer Relationship Management homepage Summary Campaign Automation is designed to help you in the increasingly

More information

IBML. IMS V6 Security Guide. Scott Chen, Alonia Coleman, Mike Gonzales, Chris Taylor, Mehran Mozaffari. International Technical Support Organization

IBML. IMS V6 Security Guide. Scott Chen, Alonia Coleman, Mike Gonzales, Chris Taylor, Mehran Mozaffari. International Technical Support Organization IBML IMS V6 Security Guide Scott Chen, Alonia Coleman, Mike Gonzales, Chris Taylor, Mehran Mozaffari International Technical Support Organization http://www.redbooks.ibm.com SG24-5363-00 IBML International

More information