Distributed Data Processing (DDP-PPC) DCA Interface C Language

Size: px
Start display at page:

Download "Distributed Data Processing (DDP-PPC) DCA Interface C Language"

Transcription

1 !()+ OS 2200 Distributed Data Processing (DDP-PPC) DCA Interface C Language Programming Guide Copyright ( 1997 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation. Level 7R1 September 1997 Printed in U S America Priced Item

2 The names, places, and/or events used in this publication are not intended to correspond to any individual, group, or association existing, living, or otherwise. Any similarity or likeness of the names, places, and/or events with the names of any individual, living or otherwise, or that of any group or association is purely coincidental and unintentional. NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THE DOCUMENT. Any product and related material disclosed herein are only furnished pursuant and subject to the terms and conditions of a duly executed Program Product License or Agreement to purchase or lease equipment. The only warranties made by Unisys, if any, with respect to the products described in this document are set forth in such License or Agreement. Unisys cannot accept any financial or other responsibility that may be the result of your use of the information in this document or software material, including direct, indirect, special, or consequential damages. You should be very careful to ensure that the use of this information and/or software material complies with the laws, rules, and regulations of the jurisdictions with respect to which it is used. The information contained herein is subject to change without notice. Revisions may be issued to advise of such changes and/or additions. RESTRICTED - Use, reproduction, or disclosure is subject to the restrictions set forth in DFARS and /FAR and for commercial computer software. Correspondence regarding this publication should be forwarded to Unisys Corporation either by using the Business Reply Mail form included with this document, or by addressing remarks to Unisys Corporation, Tredyffrin/Malvern Product Information, Malvern Development Center, P.O. Box 203, Paoli, PA, 19301, U.S.A. Comments about documentation can also be sent through to aspgpi@unisys.com All terms mentioned in this document that are known to be trademarks or service marks have been appropriately capitalized. Unisys Corporation cannot attest to the accuracy of this information. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark.

3 Contents About This Guide :::::::::::::::::::::::::::::::::::::::::::::: xi Section 1. Introduction 1.1. DDP-PPC and the DCA Interface :::::::::::::::: DDP-PPC and the UCS C Language Interface ::::: Status Codes and Error Messages :::::::::::::: 1-3 Section 2. Procedural Overview 2.1. C Language Program Structure :::::::::::::::: Copying Data Packets into C Language Programs Choosing a #include PACKETS Element :::::::: Choosing a #include TYPEDEFS Element ::::::: Choosing a #include EXTERNS Element :::::::: DDP-PPC Function Call Formats :::::::::::::::: 2-9 Section 3. C Language Function Calls 3.1. Aborting a Conversation (ipc_abort) ::::::::::::: ipc_abort Format :::::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_data_packet Additional Information ::::::::: ipc_abort Example - Send with No Message ::::: ipc_abort Example - Send with Message ::::::: Signing on to DDP-PPC (ipc_bind) ::::::::::::::: ipc_bind Format ::::::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_signon_pkt Packet :::::::::::::::::::::: ipc_bind Example :::::::::::::::::::::::::: Terminating a Conversation (ipc_close) :::::::::: ipc_close Format :::::::::::::::::::::::::: iii

4 Contents ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_close Example - Send with No Message ::::: ipc_close Example - Send with Message :::::::: Responding to an Open or Close with a Close Confirmation (ipc_cls_confirm) :::::::::::::: ipc_cls_confirm Format ::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_cls_confirm Example - Send with No Message ipc_cls_confirm Example - Send with Message ::: Initiating a DDP-PPC Autodump (ipc_dump) :::::: ipc_dump Format :::::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_dump Example :::::::::::::::::::::::: Sending an Unsolicited Message (ipc_exception) : ipc_exception Format :::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_exception Example - Send with No Message :: ipc_exception Example - Send with Message :::: Opening a Conversation (ipc_open) ::::::::::::: ipc_open Format :::::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_open_pkt Packet ::::::::::::::::::::::: ipc_open Example - Send with No Message ::::: ipc_open Example - Send with Message :::::::: Passing Control to Another Program (ipc_passoff) ipc_passoff Format :::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_passoff Example ::::::::::::::::::::::: Receiving a Message (ipc_receive) ::::::::::::: ipc_receive Format :::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_rcv_pkt Packet :::::::::::::::::::::::: How to Prevent Loss of Data ::::::::::::::::: 3-33 iv

5 Contents How To Avoid Overlaying Program Areas ::::::: ipc_receive Example - Receive New Conversation : ipc_receive Example - Receive Existing Conversation :::::::::::::::::::::::::: Responding to an Open or Send with a Reply (ipc_reply) :::::::::::::::::::::::::::::::: ipc_reply Format :::::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: ipc_reply Example - Send with No Message ::::: ipc_reply Example - Send with Message :::::::: Sending a Message (ipc_send) ::::::::::::::::: ipc_send Format :::::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_msg_buffer area ::::::::::::::::::::::: ipc_data_pkt Packet ::::::::::::::::::::::: Message-Blocking Considerations ::::::::::::: ipc_send Example ::::::::::::::::::::::::: Signing Off from DDP-PPC (ipc_unbind) ::::::::: ipc_unbind Format ::::::::::::::::::::::::: ipc_status_pkt Packet :::::::::::::::::::::: ipc_unbind Example :::::::::::::::::::::::: 3-49 Section 4. Designing the Application 4.1. Using a Block Diagram to Design the Application : Example Application :::::::::::::::::::::::::: Automatic Scheduling ::::::::::::::::::::::::: Automatic Scheduling of Batch Programs ::::::: Automatic Scheduling of TIP Transactions ::::::: 4-15 Method 1: Referencing a PROGRAM Record ::: 4-16 Method 2: Defining the Transaction in the ipc_open Request :::::::::::::::::::: 4-18 Section 5. Compiling and Executing the UCS C Language Program 5.1. The Runstream for a DDP-PPC UCS C Language Application ::::::::::::::::::::::::::::::: Banking Considerations ::::::::::::::::::::::: v

6 Contents Appendix A. C Language Data Declarations A.1. DATAPKT Data Packet :::::::::::::::::::::::: A-1 A.2. OPENPKT Data Packet :::::::::::::::::::::::: A-3 A.3. RCVPKT Data Packet ::::::::::::::::::::::::: A-4 A.4. RESERVED_AREA and UNSIGNED_BYTE Structure A-5 A.5. SIGNONPKT Data Packet :::::::::::::::::::::: A-6 A.6. STATUSPKT Data Packet :::::::::::::::::::::: A-7 A.7. TIP_NAME Structure :::::::::::::::::::::::::: A-8 Glossary Bibliography vi

7 Figures 3-1. Receiving Messages Larger than Your Input Buffer - Loss of Data. :::::: Receiving Messages Larger Than Your Input Buffer - No Data Loss ::::: DDP-PPC C Language Program-to-Program Block Diagram :::::::::::: Automatic Scheduling of a Batch Program :::::::::::::::::::::::: Scheduling a TIP Program by Referencing a PROGRAM Record :::::::: Scheduling a TIP Transaction Using the TIP$ Format :::::::::::::::: vii

8

9 Tables 2-1. DDP-PPC Functions and Associated C Language Functions Calls and Macros ::::::::::::::::::::::::::::::::::::::::::::::::: DDP-PPC Function Call Descriptions :::::::::::::::::::::::::::::: Function Calls and Their Associated Data Packet Arguments :::::::::: ix

10

11 About This Guide Purpose This programming guide tells you how to structure C language programs that run on the OS 2200 system and interface with the Distributed Data Processing Program to Program Communications (DDP-PPC) software via the distributed communications architecture (DCA) interface. Scope Audience This guide includes the following information: $ It describes DDP-PPC program-to-program DCA function calls that you can use in C language programs. $ It gives the format of each function call. $ It gives an example and description of each function call. $ It includes a working example of a C language program to program application between two hosts. The primary audience for the DDP-PPC C Language Programming Guide is the person or persons responsible for writing C language programs for the OS 2200 system. Prerequisites The person responsible for writing the C language programs should understand: $ DDP-PPC software $ The basic concepts of writing, compiling, and executing C language programs xi

12 About This Guide How to Use This Guide To write DDP-PPC C language programs for the DCA interface, use this guide as follows: $ Read Section 1 for an overview of DDP-PPC C Language. $ Use Section 2 as a guide for programming the C language DCA function calls. $ Refer to Section 3 for the structure of the C language DCA data packets that Unisys supplies with the product. $ Refer to Section 4 for a working example of a DDP-PPC C language program. Page headings are located in the upper, outer corner of each page to help you quickly determine the major topic covered on that page. Organization Section 1. Introduction This section gives you a brief overview of the Unisys DDP-PPC systems software product and how it is used to send messages throughout a distributed data communications network using the DCA interface. Section 2. Procedural Overview This section $ Lists the DDP-PPC functions and their associated C language function calls and descriptions $ Gives the header elements and #includes for copying data packets into C language programs Section 3. C Language Function Calls This section describes the DDP-PPC C language function calls, including: $ Function call operation $ Function call format $ Descriptions of data packets used by the function call $ Examples of use Section 4. Designing the Application This section discusses using a block diagram to determine program activity and gives an example of a working C language program. xii

13 About This Guide Section 5. Compiling and Executing the UCS C Language Program This section gives the run stream and banking considerations for compiling, linking, and executing a UCS C language program for the DCA interface. Appendix A. C Language Data Declarations This appendix lists the C Language data declarations (packets and TIP_NAME structure) used by the DCA interface xiii

14 About This Guide Related Product Information The following manuals provide related information you may find helpful. Use the version of the manual that corresponds to the software level in use at your site. DCP Series TCP-IP Stack Installation, Configuration, and Operations Guide ( ) This manual describes the Telcon network definition statements required to configure the Telcon TCP-IP Stack program product used with a distributed communications processor in a (Transmission Control Protocol/Internet Protocol (TCP/IP) network. OS 2200 Distributed Data Processing Program to Program Communications (DDP-PPC) Implementation and Administration Guide ( ) Describes procedures to configure and operate in a DDP environment on OS 2200 systems. It lists the hardware and software requirements. It tells how to $ Initialize and terminate the DDP environment $ Manage normal DDP activity $ Perform error recovery and diagnostic procedures OS 2200 Distributed Data Processing (DDP-PPC/DDP-FJT) DCA Interface COBOL Programming Guide ( ) This manual describes how to write COBOL programs for use with the DDP-PPC Distributed Communications Architecture (DCA) interface. OS 2200 Distributed Data Processing (DDP-PPC/DDP-FJT) Messages Reference Manual ( ) Lists the error messages and status codes for DDP-PPC and DDP-FJT products. OS 2200 Distributed Data Processing (DDP-PPC) OSI Interface C Language Programming Guide ( ) This manual describes how to write C language programs for use with the DDP-PPC Open Systems Interconnection (OSI) interface. OS 2200 Distributed Data Processing (DDP-PPC) OSI Interface COBOL Programming Guide ( ) This manual describes how to write COBOL programs for use with the DDP-PPC Open Systems Interconnection (OSI) interface. OS 2200 Distributed Data Processing (DDP-PPC) TCP/IP Interface C Language Programming Guide ( ) This manual describes how to write C language programs for use with the DDP-PPC TCP/IP interface. xiv

15 About This Guide OS 2200 Distributed Data Processing (DDP-PPC) TCP/IP Interface COBOL Programming Guide ( ) This manual describes how to write COBOL programs for use with the DDP-PPC TCP/IP interface. OS 2200 Distributed Data Processing (DDP-PPC) TCP/IP Interface FORTRAN Programming Guide ( ) This manual describes how to write COBOL programs for use with the DDP-PPC TCP/IP interface. Notation Conventions C language is a case-sensitive programming language. Therefore, follow these notation conventions. $ Enter as uppercase any commands and keywords that appear as uppercase, and spell them exactly as shown in the examples following each function call description in Section 2. For example: $ Enter as lowercase any commands and keywords that appear as lowercase, and spell them exactly as shown in the examples following each function call description in Section 2. For example: xv

16

17 Section 1 Introduction 1.1. DDP-PPC and the DCA Interface Distributed Data Processing Program to Program Communications (DDP-PPC) is a systems software product used to handle and control data throughout a distributed data communications network. It accepts function calls from a C language program compiled in the Universal Compiling System (UCS) extended mode and uses the distributed communications architecture (DCA) interface to: $ Communicate with other application programs $ Update records on the same or a remote host $ Pass data between programs quickly and easily DDP-PPC, as part of Unisys Distributed Communications Architecture (DCA), is similar in structure to the International Standards Organization (ISO) open systems interconnection architecture. The internal design of DDP-PPC follows the layering of a functional services concept as defined by the open systems interconnection (OSI) basic reference model. DDP-PPC provides layers 5, 6, and 7. DDP-PPC supports only two-way alternate conversations. In a DDP-PPC two-way alternate conversation, a logical data token exists, which the application programs can pass back and forth. Only one of the application programs at a time possesses the data token, and only the application program possessing the token can send messages. The program that possesses the data token is called the primary or sending program. The program that does not possess the data token is called the secondary or receiving program

18 DDP-PPC and the UCS C Language Interface 1.2. DDP-PPC and the UCS C Language Interface Application programs compiled with the C language program-to-program interface: $ Run on OS 2200 systems that support UCS (extended mode) $ Communicate with peer programs written in other languages $ Communicate with peer programs residing in local or remote hosts or nodes The DDP-PPC software product provides a library that contains the DCA C language interface object module and several elements that can be included to facilitate coding of your application program. This library includes $ Data packets and function call macros for calling DDP-PPC (contained in file SYS$LIB$*DDP-PPC-3). $ The DDP-PPC DCA interface object module IPC-UCSIF-OM (normally contained in relocatable file SYS$LIB$*DDP-1.IPC-UCSIF-OM). This interface accepts the C language macros/function calls and transfers the information supplied by your program to DDP-PPC. (Compilingthese modules is discussed in Section 5.)

19 Status Codes and Error Messages 1.3. Status Codes and Error Messages For additional information about the status codes and error messages that DDP-PPC returns to the C language programs, see the DDP-PPC/DDP-FJT Messages Reference Manual

20

21 Section 2 Procedural Overview 2.1. C Language Program Structure Though DDP-PPC C Language programs are similar to conventional programs, certain additional features are required to perform in a DCA network. These features consist of: $ DDP-PPC/DCA function calls or macros $ DDP-PPC/DCA data packets Table 2-1 lists the DDP-PPC functions used in a DCA network and their associated C Language function calls and macros. Table 2-1. DDP-PPC Functions and Associated C Language Functions Calls and Macros Function Function Call Macro Abort the conversation ipc_abort IPC_ABORT Register with DDP-PPC (initiate a session) ipc_bind IPC_BIND Close the connection ipc_close IPC_CLOSE Accept a close request ipc_cls_confirm IPC_CLSCONFIRM Request a DDP dump ipc_dump IPC_DUMP Request exception interrupt ipc_exception IPC_EXCEPTION Open the conversation ipc_open IPC_OPEN Passoff to another program ipc_passoff IPC_PASSOFF Receive messages ipc_receive IPC_RECEIVE Reply to message received ipc_reply IPC_REPLY Send messages ipc_send IPC_SEND Release DDP-PPC resources (terminate a session) ipc_unbind IPC_UNBIND

22 C Language Program Structure Table 2-2 lists: $ The C language program to program function calls for DDP-PPC $ The category for each function call $ The action of each function call Table 2-2. DDP-PPC Function Call Descriptions Function Call Category Action ipc_abort Conversation Unconditionally terminates a conversation. Releases all DDP-PPC resources related to the conversation and notifies the peer application program that it terminated the conversation. ipc_bind Registration Signs the application program on to DDP-PPC. Returns a user-id that all subsequent function calls in the conversation must supply. ipc_close Output Normally terminates a conversation with a DDP-PPC application program. ipc_cls_confirm Output Lets an application program reply to an ipc_close or ipc_open function call and normally terminates the conversation. ipc_dump Registration Allows a user program to initiate a DDP-PPC autodump. The dump provides a snapshot of the DDP-PPC data banks. It does not provide dump information for any user program data banks. ipc_exception Output Lets the secondary application program interrupt the primary application program. The primary program must receive the exception message before it can issue any more ipc_send function calls. ipc_open Output Initiates a conversation with another application program. The destination application program may reside on the same host or a remote host. The destination application program s response establishes the conversation. continued

23 C Language Program Structure Table 2-2. DDP-PPC Function Call Descriptions (cont.) Function Call Category Action ipc_passoff Conversation Lets the calling application program substitute another application program for itself in an existing conversation. ipc_receive Input Transfers text from a DDP-PPC network message buffer to a user supplied buffer. Messages reside on a first-in, first-out queue created during conversation establishment. The application must poll the queue for messages. ipc_reply Output Lets an application program respond to a request for a single response from the sending application program. ipc_send Output Lets the primary application program send messages to its paired application program in an established session. The messages are either sent immediately or queued into blocks. The primary application program can pass the data token on an ipc_send function and become the secondary application program. ipc_unbind Registration Releases all DDP-PPC resources associated with an application program. This release may also include the abnormal termination of all conversations in which the application program participates

24 C Language Program Structure Each function call references a set of data packets. Data packets contain the information that DDP-PPC needs to execute its various functions. Table 2-3 lists the C function calls and the data packets referenced by each call. Table 2-3. Function Calls and Their Associated Data Packet Arguments Function Call ipc_abort ipc_bind ipc_close ipc_cls_confirm ipc_dump ipc_exception ipc_open ipc_passoff ipc_reply ipc_receive ipc_send ipc_unbind Data Packets Referenced in Arguments ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt); ((int)&ipc_status_pkt, (int)&ipc_signon_pkt); ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt); ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt); ((int)&ipc_status_pkt); ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt); ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt, (int)&ipc_open pkt); ((int)&ipc_status_pkt, (int)&ipc_data_pkt); ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt), ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt; (int)&ipc_rcv_pkt); ((int)&ipc_status_pkt, (int)ipc_msg_buffer, (int)&ipc_data_pkt); ((int)&ipc_status_pkt);

25 Copying Data Packets into C Language Programs 2.2. Copying Data Packets into C Language Programs DDP-PPC contains several header elements (.h elements) in the SYS$LIB$*DDP-PPC-3 file. The file contains elements for: $ Defining packet variables and allocating storage (IPC-UCINCLD/PACKETS) $ Declaring typedefs for the packet data structures (IPC-UCINCLD/TYPEDEFS) $ Declaring external packet variables (IPC-UCINCLD/EXTERNS) To access the header elements, use the file inclusion statement #include. The format is where PPC-COPY Is name for the include file. statement must be used in the ECL stream to enable the compiler to equate this name to the DDP-PPC copy file (see Section 5). IPC-UCINCLD Is the element name within the DDP-PPC include file that indicates the element for the DDP-PPC/DCA C language interface. hdrname Indicates the specific name of the IPC-UCINCLD element to include. The name you use depends on which specific header element you want to include. The names are PACKETS TYPEDEFS EXTERNS

26 Copying Data Packets into C Language Programs Choosing a #include PACKETS Element The PACKETS element defines and declares the required macro definitions, data packet structures, and storage assignments necessary to use the DDP-PPC/DCA interface. If this element is used, it includes the TYPEDEFS and FUNCTIONS elements. You do not need to code the storage assignment statements or the function calls, except for the ipc_msg_buffer. In our examples, we use ipc_msg_buffer as the message buffer name. You can specify your own buffer name, but you must declare the storage assignment for it and then use this name as the argument in the macro. For example: or

27 Copying Data Packets into C Language Programs Choosing a #include TYPEDEFS Element The TYPEDEFS element should be used if you only want to include the data packet structures. It uses the C language construct to describe the DDP-PPC/DCA packets. If this statement is used, you must code the storage assignment statements and the function calls. In our examples, we use ipc_msg_buffer as the message buffer name. You can specify your own buffer name, but you must declare the storage assignment for it and then use this name as the argument in the function call. You could also allocate the storage assignments with your own names, and then use them in the function call. For example: or

28 Copying Data Packets into C Language Programs Choosing a #include EXTERNS Element The EXTERNS element should be used if you want packet declarations for externally defined packets. If this element is used, it also includes the TYPEDEFS and FUNCTIONS elements. You do not need to allocate the storage assignments in this module or code the function calls. However, you do need to allocate the storage assignment in another module. For example: or All include elements test to see if they have previously been defined to avoid duplicate definitions, in case you included them more than once. Notes: $ All areas defined as RESERVED_AREA in the data packet structures in Appendix A should be initialized to octal 0 before the first function call to DDP-PPC is issued, and this area should not be used on subsequent function calls. $ C language programmers should especially be aware of implementation differences of how the OS 2200 system stores and retrieves data (such as the TAB and NULL characters)

29 DDP-PPC Function Call Formats 2.3. DDP-PPC Function Call Formats Function calls: $ Are your program s means of transferring data between programs $ Always contain arguments that reference data packets (see Table 2-3) Data packets consist of control information and data needed for program-to-program communications. The basic format for all function calls is: where function Is the name of the DDP-PPC function requested by your application program. arg Is a pointer to a data packet storage area or message buffer. These packets consist of control information and data needed for program-to-program communications.the arguments are positional. You must code them in the order they are shown in each function call described in this section. After processing a function call, DDP-PPC returns a general status code, a detailed status code, and, possibly, a specific error code. These codes are explained in the DDP-PPC/DDP-FJT Messages Reference Manual. DDP-PPC returns the codes to the program in two ways: 1. In the ipc_status_pkt, information can be found in the class_code, detail_status, and specific_error fields. 2. As a function return value when the DDP-PPC function call or macro call is coded as an assignment to a variable. The value returned is an integer with a value of (class_code * detail_status)

30 DDP-PPC Function Call Formats The following is an example of checking the status of the IPC_BIND macro call using both of the above methods: Method 1 Method

31 Section 3 C Language Function Calls 3.1. Aborting a Conversation (ipc_abort) The ipc_abort function call unconditionally terminates a conversation. The primary application program or its peer can issue this function call. It releases all resources pertaining to the aborted conversation. DDP-PPC then refuses all further commands related to the aborted conversation. Data that is queued to DDP-PPC or CMS queues from previous functions may be lost ipc_abort Format or The ipc_status_pkt argument references the data structures defined for the user-id and the status codes. On completion of this ipc_abort function call, DDP-PPC returns the status codes for you to test. The ipc_msg_buffer argument references the storage area you defined for the output message buffer. Referencing this area on an abort permits you to send a message along with the abort request. ipc_msg_buffer is the name used in all examples. You may specify your own name in the data structures for this area, but because the function call arguments are positional, you must specify this name as the second argument in the function call or specify it in the macro call. The ipc_data_pkt argument references the data structure for the conversation-id and information concerning the data to be sent. Insert the conversation-id obtained from the ipc_open or ipc_receive call (in receive new mode) before issuing the ipc_abort call

32 Aborting a Conversation (ipc_abort) ipc_status_pkt Packet The ipc_status packet is shown in Appendix A. The ipc_abort function call uses the following status packet parameters: ipc_status_pkt Member class_code detail_status user_id specific_error Description A general status code returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A detailed status returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A unique user identifier supplied by the application program. Always use the one that DDP-PPC returned on the last ipc_bind function call. This value must remain unchanged as long as this application program is signed on to DDP-PPC. This field contains specific information about an error returned by this function call. A zero in this field indicates that no specific information is available. Refer to the DDP-PPC/DDP-FJT Messages Reference Manualfor more information about these error codes ipc_msg_buffer area This is a storage area for user data to be sent with the ipc_abort function call. It must be specified as a data structure in this application program

33 Aborting a Conversation (ipc_abort) ipc_data_pkt Packet ipc_data_pkt Member conversation_id buf_offset text_length delimiter data_name data_type Description Conversation identifier supplied by the application program. It was one returned by DDP-PPC either on a previous ipc_open function call or an ipc_receive function call with ipc_rcv_pkt.rcv_mode = RCV_NEW. Indicates where in the message buffer the text begins. It must be a 0 or multiple of 4. This parameter is ignored if text_length is set to 0. The number of bytes of transferred user text. Do not use use more than Always set the text length to 0 if not sending text. Set to the value COMPLETE_MSG to indicate transmission of a complete message (no segmentation). A user-defined numeric name for the data sent. Use a numeric value between 0 and 255 for this field. The type of data sent. Valid values include: ASCII_COMPRESSED (size = 8-bit, value = 129) Indicates that DDP-PPC should compress ASCII data. ASCII_DATA (size = 8-bit, value = 128) Indicates that data type is ASCII. EBCDC_COMPRESSED (size = 8-bit, value = 131) Indicates that DDP-PPC should compress EBCDIC data. EBCDC_DATA (size = 8-bit, value = 130) Indicates that data type is EBCDIC. TRANSPARENT_DATA (size = 8-bit, value = 134) Indicates that data type is transparent (no formatting performed). COMPRESED_TRANS (size = 8-bit, value = 135) Indicates that DDP-PPC should compress but not reformat the data. PADDED_TRANS (size = 9-bit, value = 138) Indicates that DDP-PPC should reformat the data from 9-bit bytes to 8-bit bytes. This is called padding the data and is necessary to send 9-bit bytes over communication networks that only support 8-bit bytes. CMPRSD_PAD_TRANS (size = 9-bit, value = 139) Indicates that DDP-PPC should reformat the data from 9-bit bytes to 8-bit bytes, and also compress the data

34 Aborting a Conversation (ipc_abort) ipc_data_packet Additional Information The data_type field of the ipc_data_pkt identifies the type of data the application program wants to send or receive. The following conditions pertain to the data type specification of the ipc_data_pkt: $ You must supply this field for all output commands that are sending messages. $ When you specify a compressed data_type (129, 131, 135, or 139), DDP-PPC compresses all occurrences of duplicate contiguous bytes in the application program s data buffer. v v The remote host decompresses the data before passing it to the remote application program. This does not apply to local conversations. $ When you specify a 9-bit data_type (138 or 139), DDP-PPC extracts all 9th bits from the application program s data and transfers them separately so that they are not lost: v v v This may make the actual data sent larger than the original data. The remote host restores the 9th bits before passing the data to the remote application program, regardless of the data_type that you specified. This does not apply to local conversations. $ When the application program sends transparent, 9-bit byte (36-bit word) data to a remote application program, the application programs must pack and unpack their own data unless you use a 9-bit transparent data_type (138 or 139) ipc_abort Example - Send with No Message

35 Aborting a Conversation (ipc_abort) ipc_abort Example - Send with Message The preceding ipc_abort example with message performs the following: 1. Assigns the user-id (returned by DDP-PPC on the previous ipc_bind function call). 2. Assigns the conversation-id (returned by DDP-PPC on the ipc_open or an ipc_receive function call in new mode). 3. Sets the buffer offset. 4. Sets the text length. 5. Sets the delimiter for complete message transmission. 6. Sets the data name. 7. Assigns ASCII to the data type. 8. Moves the message into the message buffer. 9. Issues the ipc_abort function call

36 Signing on to DDP-PPC (ipc_bind) 3.2. Signing on to DDP-PPC (ipc_bind) The ipc_bind_function call signs the application program on to DDP-PPC. DDP-PPC returns a user-id that you then use on all subsequent commands for this program ipc_bind Format or The ipc_status_pkt argument references the data structures for the user-id and status codes. On completion of the function, DDP-PPC returns a user-id in the status packet. Your program must then supply the user-id on all subsequent calls in the conversation. DDP-PPC also returns general and detailed status codes that you should check after completion of each function call. The ipc_signon_pkt argument references the data structure in which you insert the name of your program before issuing the call ipc_status_pkt Packet The ipc_status packet is shown in Appendix A. The ipc_signon function call uses the following status packet parameters: ipc_status_pkt Member class_code detail_status user_id specific_error Description A general status code returned by DDP-PPC. The error codes are described in the DDP-PPC-FJT Messages Reference Manual A detailed error code returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A unique user identifier returned by DDP-PPC. This field contains specific information about an error returned by this function call. A zero in this field indicates that no specific information is available. Refer to the DDP-PPC/DDP-FJT Messages Reference Manual for more information about these error codes

37 Signing on to DDP-PPC (ipc_bind) ipc_signon_pkt Packet ipc_signon_pkt Member int_ap_name Description The name of the application program registering to DDP-PPC. Can be from 1 to 12 ASCII characters within the following set: A-Z, a-z, 0-9, -, and $. Left justify and blank fill the unused portion of this field ipc_bind Example The preceding ipc_bind example performs the following: 1. Assigns a name to the application. 2. Issues the ipc_bind function call. 3. Stores the user id returned by DDP-PPC in the variable field user

38 Terminating a Conversation (ipc_close) 3.3. Terminating a Conversation (ipc_close) The ipc_close function call terminates a conversation with an application program. It requests a response from the destination application program. The program can issue this function call only when it possesses the data token ipc_close Format or The ipc_status_pkt argument references the data structure defined for the user-id and the status codes. On completion of this ipc_close function call, DDP-PPC returns the status codes for you to test. The ipc_msg_buffer argument references the storage area you defined for the output message buffer. Referencing this area on a close permits you to send a message along with the close request. ipc_msg_buffer is the name used in all examples. You may specify your own name in the data structures for this area, but because the function call arguments are positional, you must specify this name as the second argument in the function call or specify it in the macro call. The ipc_data_pkt argument references the data structure for the conversation-id and information concerning the data to be sent. Insert the conversation-id obtained from the ipc_open or ipc_receive call (in receive new mode) before issuing the ipc_close call ipc_status_pkt Packet The ipc_status packet is shown in Appendix A. The ipc_close function call uses the following status packet parameters: ipc_status_pkt Member class_code detail_status user_id Description A general status code returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A detailed status returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A unique user identifier supplied by the application program. Always use the one that DDP-PPC returned on the last ipc_bind function call. continued

39 Terminating a Conversation (ipc_close) continued ipc_status_pkt Member specific_error Description This field contains specific information about an error returned by this function call. A zero in this field indicates that no specific information is available. Refer to the DDP-PPC/DDP-FJT Messages Reference Manualfor more information about these error codes ipc_msg_buffer area This is a storage area for user data to be sent with the ipc_close function call. It must be specified as a data structure in this application program

40 Terminating a Conversation (ipc_close) ipc_data_pkt Packet ipc_data_pkt Member conversation_id buf_offset Description Conversation identifier supplied by the application program. It was one returned by DDP-PPC either on a previous ipc_open function call or an ipc_receive function call with ipc_rcv_pkt.rcv_mode = RCV_NEW. Indicates where in the message buffer the text begins. It must be a 0 or multiple of 4. This parameter is ignored if text_length is set to 0. text_length The number of bytes of transferred user text. Do not use use more than Always set the text length to 0 if not sending text. delimiter Set to the value COMPLETE_MSG to indicate transmission of a complete message. data_name A user-defined numeric name for the data sent. Use a numeric value between 0 and 255 for this field. data_type The type of data sent. Valid values include: ASCII_COMPRESSED (size = 8-bit, value = 129) Indicates that DDP-PPC should compress ASCII data. ASCII_DATA (size = 8-bit, value = 128) Indicates that data type is ASCII. EBCDC_COMPRESSED (size = 8-bit, value = 131) Indicates that DDP-PPC should compress EBCDIC data. EBCDC_DATA (size = 8-bit, value = 130) Indicates that data type is EBCDIC. TRANSPARENT_DATA (size = 8-bit, value = 134) Indicates that data type is transparent (no formatting performed). COMPRESED_TRANS (size = 8-bit, value = 135) Indicates that DDP-PPC should compress but not reformat the data. PADDED_TRANS (size = 9-bit, value = 138) Indicates that DDP-PPC should reformat the data from 9-bit bytes to 8-bit bytes. This is called padding the data and is necessary to send 9-bit bytes over communication networks that only support 8-bit bytes. CMPRSD_PAD_TRANS (size = 9-bit, value = 139) Indicates that DDP-PPC should reformat the data from 9-bit bytes to 8-bit bytes, and also compress the data. dialog Controls both data token possession and demand for a response. It must be set to RESP_HOLD_TOKEN (demand response, hold token)

41 Terminating a Conversation (ipc_close) ipc_close Example - Send with No Message ipc_close Example - Send with Message The preceding ipc_close example with message performs the following: 1. Assigns the user-id (returned by DDP-PPC on the previous ipc_bind function call). 2. Assigns the conversation-id. 3. Sets the buffer offset. 4. Sets the text length. 5. Sets the delimiter for complete message transmission. 6. Sets the data name. 7. Assigns ASCII to the data type. 8. Moves the message into the message buffer. 9. Holds the data token and requests a response. 10. Issues the ipc_close function call

42 Responding to an Open or Close with a Close Confirmation (ipc_cls_confirm) 3.4. Responding to an Open or Close with a Close Confirmation (ipc_cls_confirm) The ipc_cls_confirm function call lets an application program respond to an ipc_open or ipc_close function call by terminating the conversation. A program can issue this function call only when it receives an open or close from a peer program ipc_cls_confirm Format or The ipc_status_pkt argument references the data structures defined for the user-id and the status codes. On completion of this ipc_cls_confirm function call, DDP-PPC returns the status codes for you to test. The ipc_msg_buffer argument references the storage area you defined for the output message buffer. Referencing this area on a close confirm permits you to send a message along with the close confirm request. ipc_msg_buffer is the name used in all examples. You may specify your own name in the data structures for this area, but because the function call arguments are positional, you must specify this name as the second argument in the function call or specify it in the macro call. The ipc_data_pkt argument references the data structure for the conversation-id and information concerning the data to be sent. Insert the conversation-id obtained from the ipc_open or ipc_receive call (in receive new mode) before issuing the ipc_cls_confirm call

43 Responding to an Open or Close with a Close Confirmation (ipc_cls_confirm) ipc_status_pkt Packet The ipc_status packet is shown in Appendix A. The ipc_cls_confirm function call uses the following status packet parameters: ipc_status_pkt Member class_code detail_status user_id specific_error Description A general status code returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A detailed status returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A unique user identifier supplied by the application program. Always use the one that DDP-PPC returned on the last ipc_bind function call. This field contains specific information about an error returned by this function call. A zero in this field indicates that no specific information is available. Refer to the DDP-PPC/DDP-FJT Messages Reference Manual for more information about these error codes ipc_msg_buffer area This is a storage area for user data to be sent with the ipc_cls_confirm function call. It must be specified as a data structure in this application program

44 Responding to an Open or Close with a Close Confirmation (ipc_cls_confirm) ipc_data_pkt Packet ipc_data_pkt Member conversation_id buf_offset text_length delimiter data_name data_type Description Conversation identifier supplied by the application program. It was one returned by DDP-PPC either on a previous ipc_open function call or an ipc_receive function call with ipc_rcv_pkt.rcv_mode = RCV_NEW. Indicates where in the message buffer the text begins. It must be a 0 or multiple of 4. This parameter is ignored if text_length is set to 0. The number of bytes of transferred user text. Do not use use more than Always set the text length to 0 if not sending text. Set to the value COMPLETE_MSG to indicate transmission of a complete message. A user-defined numeric name for the data sent. Use a numeric value between 0 and 255 for this field. The type of data sent. Valid values include: ASCII_COMPRESSED (size = 8-bit, value = 129) Indicates that DDP-PPC should compress ASCII data. ASCII_DATA (size = 8-bit, value = 128) Indicates that data type is ASCII. EBCDC_COMPRESSED (size = 8-bit, value = 131) Indicates that DDP-PPC should compress EBCDIC data. EBCDC_DATA (size = 8-bit, value = 130) Indicates that data type is EBCDIC. TRANSPARENT_DATA (size = 8-bit, value = 134) Indicates that data type is transparent (no formatting performed). COMPRESED_TRANS (size = 8-bit, value = 135) Indicates that DDP-PPC should compress but not reformat the data. PADDED_TRANS (size = 9-bit, value = 138) Indicates that DDP-PPC should reformat the data from 9-bit bytes to 8-bit bytes. This is called padding the data and is necessary to send 9-bit bytes over communication networks that only support 8-bit bytes. CMPRSD_PAD_TRANS (size = 9-bit, value = 139) Indicates that DDP-PPC should reformat the data from 9-bit bytes to 8-bit bytes, and also compress the data

45 Responding to an Open or Close with a Close Confirmation (ipc_cls_confirm) ipc_cls_confirm Example - Send with No Message ipc_cls_confirm Example - Send with Message The preceding ipc_cls_confirm with message example performs the following: 1. Assigns the user-id (returned by DDP-PPC on the previous ipc_bind function call). 2. Assigns the conversation-id. 3. Sets the buffer offset. 4. Sets the text length. 5. Sets the delimiter for complete message transmission. 6. Sets the data name. 7. Assigns ASCII to the data type. 8. Moves the message into the message buffer. 9. Issues the ipc_cls_confirm function call

46 Initiating a DDP-PPC Autodump (ipc_dump) 3.5. Initiating a DDP-PPC Autodump (ipc_dump) The ipc_dump function call allows a user program to initiate a DDP-PPC autodump. The dump is sent to the DDP$DUMP file. You can then process the contents of the dump file at a later time. See the DDP-PPC Implementation and Administration Guide for more information on dump files. DDP-PPC returns the name of the dump file to the PRINT$ file of the user program and to the log file. The program can issue this function call at any time, even when not signed on to DDP-PPC ipc_dump Format or The ipc_status_pkt argument references the data structure defined in your application program for the user-id and the status codes. On completion of this ipc_dump function call, DDP-PPC returns the status codes for you to test ipc_status_pkt Packet The ipc_status packet is shown in Appendix A. The ipc_dump function call uses the following status packet parameters: ipc_status_pkt Member class_code detail_status specific_error Description A general status code returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. A detailed error code returned by DDP-PPC. The error codes are described in the DDP-PPC/DDP-FJT Messages Reference Manual. This field contains specific information about an error returned by this function call. A zero in this field indicates that no specific information is available. Refer to the DDP-PPC/DDP-FJT Messages Reference Manual for more information about these error codes

47 Initiating a DDP-PPC Autodump (ipc_dump) ipc_dump Example This example issues the ipc_dump function call

48 Sending an Unsolicited Message (ipc_exception) 3.6. Sending an Unsolicited Message (ipc_exception) The ipc_exception function call allows an application program to send an unsolicited message to its peer application program. You can only use this function call: $ When the program does not possess the data token $ When the program possesses the data token but issued a previous ipc_send function call with dialog set to RESP_HOLD_TOKEN and has not received the response. $ When the program issued an ipc_close function call and has not received the close confirm ipc_exception Format or The ipc_status_pkt argument references the data structures defined for the user-id and the status codes. On completion of this ipc_exception function call, DDP-PPC returns the status codes for you to test. The ipc_msg_buffer argument references the storage area you defined for the output message buffer. Referencing this area on an exception permits you to send a message along with the abort request. ipc_msg_buffer is the name used in all examples. You may specify your own name in the data structures for this area, but because the function call arguments are positional, you must specify this name as the second argument in the function call or specify it in the macro call. The ipc_data_pkt argument references the data structure for the conversation-id and information concerning the data to be sent. Insert the conversation-id obtained from the ipc_open or ipc_receive call (in receive new mode) before issuing the ipc_exception call

Distributed Data Processing (DDP-PPC) OSI Interface C Language

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

More information

TCP/IP Application Services (TAS) Mail Processor

TCP/IP Application Services (TAS) Mail Processor !()+ OS 2200 TCP/IP Application Services (TAS) Mail Processor User Guide Copyright ( 1997 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation. Level 6R1 September

More information

Data Management System (DMS 2200) FORTRAN Data Manipulation Language (FDML)

Data Management System (DMS 2200) FORTRAN Data Manipulation Language (FDML) !()+ OS 2200 Data Management System (DMS 2200) FORTRAN Data Manipulation Language (FDML) Operations and Programming Reference Manual Copyright ( 1997 Unisys Corporation. All rights reserved. Unisys is

More information

IPS Remote Site Facility Module (VS 345-REM)

IPS Remote Site Facility Module (VS 345-REM) IPS Remote Site Facility Module (VS 345-REM) Release Notes Copyright 1994 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation. Release 8.35 June 1994 Printed

More information

unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 18.0 April

unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 18.0 April unisys ClearPath Enterprise Servers Remote Database Backup Planning and Operations Guide ClearPath MCP 18.0 April 2017 8600 2052-311 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

unisys Product Documentation Library CDLib Manager User s Guide Release Level April

unisys Product Documentation Library CDLib Manager User s Guide Release Level April unisys Product Documentation Library CDLib Manager User s Guide Release Level 10.701 April 2012 8207 3867 001 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information

More information

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May 2016 8205 5658-002 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information described

More information

unisys Enterprise Database Server for ClearPath MCP Transaction Processing System (TPS) Programming Guide imagine it. done. ClearPath MCP 13.

unisys Enterprise Database Server for ClearPath MCP Transaction Processing System (TPS) Programming Guide imagine it. done. ClearPath MCP 13. unisys imagine it. done. Enterprise Database Server for ClearPath MCP Transaction Processing System (TPS) Programming Guide ClearPath MCP 13.1 April 2011 8807 6138 004 NO WARRANTIES OF ANY NATURE ARE EXTENDED

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Sybase Guide r17.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

unisys Agile Business Suite How to Install Visual Studio 2013 for AB Suite 5.0 Applies to: Developer 5.0

unisys Agile Business Suite How to Install Visual Studio 2013 for AB Suite 5.0 Applies to: Developer 5.0 unisys Agile Business Suite How to Install Visual Studio 2013 for AB Suite 5.0 Applies to: Developer 5.0 January 2015 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) Online 1099 File Download User Manual Date Created: 04/04/2017 Date Modified: 09/04/2018 Prepared By Technical Communications Group Molina Medicaid

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

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

INFOIMAGE DESKTOP MANAGER

INFOIMAGE DESKTOP MANAGER INFOIMAGE DESKTOP MANAGER Indexing User Exits Reference Manual Copyright 1999 Unisys Corporation. All rights reserved. Unisys is a registered trademark of Unisys Corporation. June 1999 Printed in USA 000000

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

unisys Enterprise Database Server for ClearPath MCP Application Program Interfaces Programming Guide imagine it. done. ClearPath MCP 13.

unisys Enterprise Database Server for ClearPath MCP Application Program Interfaces Programming Guide imagine it. done. ClearPath MCP 13. unisys imagine it. done. Enterprise Database Server for ClearPath MCP Application Program Interfaces Programming Guide ClearPath MCP 13.1 April 2011 8600 2409 107 NO WARRANTIES OF ANY NATURE ARE EXTENDED

More information

RETRIEVE Utility for MCP Systems

RETRIEVE Utility for MCP Systems MGS, Inc. Computer Business Solutions RETRIEVE Utility for MCP Systems Reference Manual Version 1.09 September, 2012 Rev 1 RETRIEVE Utility for MCP Systems Reference Manual Version 1.09 Copyright 2009-2012

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) National Provider Identifier (NPI) Data Entry Application User Manual Date Created: 03/23/2017 Date Modified: 09/04/2018 Prepared By Technical Communications

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) Prior Authorization Requests Transfer to Case Managers Application User Manual Date Created: 04/22/2006 Date Revised: 07/28/2010M Prepared By Technical

More information

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1)

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1) Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.6(1) First Published: December 15, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

UNIX and Linux Data Mover Guide. Arcserve Backup r17.5

UNIX and Linux Data Mover Guide. Arcserve Backup r17.5 UNIX and Linux Data Mover Guide Arcserve Backup r17.5 Legal Notices This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

IBM. Enterprise Systems Architecture/ Extended Configuration Principles of Operation. z/vm. Version 6 Release 4 SC

IBM. Enterprise Systems Architecture/ Extended Configuration Principles of Operation. z/vm. Version 6 Release 4 SC z/vm IBM Enterprise Systems Architecture/ Extended Configuration Principles of Operation Version 6 Release 4 SC24-6192-01 Note: Before you use this information and the product it supports, read the information

More information

WebSphere Adapter Guide. Sybase CEP Option R4

WebSphere Adapter Guide. Sybase CEP Option R4 WebSphere Adapter Guide Sybase CEP Option R4 DOCUMENT ID: DC01157-01-0400-01 LAST REVISED: March 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Cisco TEO Adapter Guide for SAP ABAP

Cisco TEO Adapter Guide for SAP ABAP Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Host Upgrade Utility User Guide for Cisco UCS E-Series Servers and the Cisco UCS E-Series Network Compute Engine

Host Upgrade Utility User Guide for Cisco UCS E-Series Servers and the Cisco UCS E-Series Network Compute Engine Host Upgrade Utility User Guide for Cisco UCS E-Series Servers and the Cisco UCS E-Series Network Compute First Published: August 09, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

System Programming. Introduction to computer networks

System Programming. Introduction to computer networks Content : by Dr. B. Boufama School of Computer Science University of Windsor Instructor: Dr. A. Habed adlane@cs.uwindsor.ca http://cs.uwindsor.ca/ adlane/60-256 Content Content 1 Introduction to Computer

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) Prior Authorization Requests for Case Managers System User Manual Date Created: 04/22/2006 Date Revised: 09/17/2018 Prepared By Technical Communications

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) LAMedicaid Provider Login (Admin Manage Users) User Manual Date Created: 09/17/2018 Prepared By Technical Communications Group Molina Medicaid Solutions

More information

unisys Distributed Processing Middleware Open Distributed Transaction Processing Messages imagine it. done. ClearPath OS 2200 Release 13.

unisys Distributed Processing Middleware Open Distributed Transaction Processing Messages imagine it. done. ClearPath OS 2200 Release 13. unisys imagine it. done. Distributed Processing Middleware Open Distributed Transaction Processing Messages ClearPath OS 2200 Release 13.0 February 2011 3850 7851 003 NO WARRANTIES OF ANY NATURE ARE EXTENDED

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

CROSSREF Manual. Tools and Utilities Library

CROSSREF Manual. Tools and Utilities Library Tools and Utilities Library CROSSREF Manual Abstract This manual describes the CROSSREF cross-referencing utility, including how to use it with C, COBOL 74, COBOL85, EXTENDED BASIC, FORTRAN, Pascal, SCREEN

More information

Chapter 4 Communication

Chapter 4 Communication DISTRIBUTED SYSTEMS Principles and Paradigms Second Edition ANDREW S. TANENBAUM MAARTEN VAN STEEN Chapter 4 Communication Layered Protocols (1) Figure 4-1. Layers, interfaces, and protocols in the OSI

More information

MAA3182SC, MAB3091SC INTELLIGENT DISK DRIVES OEM MANUAL

MAA3182SC, MAB3091SC INTELLIGENT DISK DRIVES OEM MANUAL MAA3182SC, MAB3091SC INTELLIGENT DISK DRIVES OEM MANUAL SCSI LOGICAL INTERFACE SPECIFICATIONS C141-E039-01EN FOR SAFE OPERATION Handling of This manual This manual contains important information for using

More information

dba/m Database Manager V7.1 User s Guide

dba/m Database Manager V7.1 User s Guide dba/m Database Manager V7.1 User s Guide Release 7.1. May, 2005 Copyright Information Copyright 1996-2005 by Genus Software, Incorporated. All rights reserved. Trademark Acknowledgments NonStop dba/m Database

More information

Internetworking Models The OSI Reference Model

Internetworking Models The OSI Reference Model Internetworking Models When networks first came into being, computers could typically communicate only with computers from the same manufacturer. In the late 1970s, the Open Systems Interconnection (OSI)

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Volume Shadow Copy Service Guide r11.5 D01191-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for

More information

Programmer s Reference

Programmer s Reference Programmer s Reference Copyrights and Notices Attachmate INFOConnect Enterprise Edition 2013 Attachmate Corporation. All Rights Reserved. Patents This Attachmate software is protected by U.S. patents 6252607

More information

NetFlow Configuration Guide

NetFlow Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

C Programming. Course Outline. C Programming. Code: MBD101. Duration: 10 Hours. Prerequisites:

C Programming. Course Outline. C Programming. Code: MBD101. Duration: 10 Hours. Prerequisites: C Programming Code: MBD101 Duration: 10 Hours Prerequisites: You are a computer science Professional/ graduate student You can execute Linux/UNIX commands You know how to use a text-editing tool You should

More information

Chapter 4 Communication

Chapter 4 Communication DISTRIBUTED SYSTEMS Principles and Paradigms Second Edition ANDREW S. TANENBAUM MAARTEN VAN STEEN Chapter 4 Communication Layered Protocols (1) Figure 4-1. Layers, interfaces, and protocols in the OSI

More information

Practical C++ Programming

Practical C++ Programming SECOND EDITION Practical C++ Programming Steve Oualline O'REILLY' Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Preface xv Part I. The Basics 1. What Is C++? 3 A Brief History of C++ 3 C++

More information

CSCI 171 Chapter Outlines

CSCI 171 Chapter Outlines Contents CSCI 171 Chapter 1 Overview... 2 CSCI 171 Chapter 2 Programming Components... 3 CSCI 171 Chapter 3 (Sections 1 4) Selection Structures... 5 CSCI 171 Chapter 3 (Sections 5 & 6) Iteration Structures

More information

RemoteWare OS/2 Client

RemoteWare OS/2 Client RemoteWare OS/2 Client User s Guide Version 4.1 Service Pack 1A RemoteWare OS/2 Client User s Guide Version 4.1 Service Pack 1A This document was prepared to assist licensed users of RemoteWare by XcelleNet,

More information

MPLS: Layer 3 VPNs: Inter-AS and CSC Configuration Guide, Cisco IOS Release 15SY

MPLS: Layer 3 VPNs: Inter-AS and CSC Configuration Guide, Cisco IOS Release 15SY MPLS: Layer 3 VPNs: Inter-AS and CSC Configuration Guide, Cisco IOS Release 15SY First Published: October 15, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Basic Programming Reference Manual

Basic Programming Reference Manual Basic Programming Reference Manual P/N 028156 The names, places, and/or events used in this publication are not intended to correspond to any individual, group, or association existing, living, or otherwise.

More information

Arcserve Backup for Windows. Release Summary r16

Arcserve Backup for Windows. Release Summary r16 Arcserve Backup for Windows Release Summary r16 Legal Notice This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Arcserve Backup. UNIX and Linux Data Mover Guide. r16. Pre-release Document, only for reference

Arcserve Backup. UNIX and Linux Data Mover Guide. r16. Pre-release Document, only for reference Arcserve Backup UNIX and Linux Data Mover Guide r16 Pre-release Document, only for reference This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for Apache Web Server Guide r11.5 D01212-1E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) Batch Eligibility Verification System Pilot User Manual Date Created: 03/22/2017 Date Modified: 08/02/2018 Prepared By Technical Communications

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Single Point Operations

Single Point Operations Single Point Operations Interface for ClearPath MCP Installation and Configuration Guide MCP 12.0 April 2008 . unisys imagine it. done. Single Point Operations Interface for ClearPath MCP Installation

More information

Enterprise Output Manager. UCopyIt Guide UNISYS. ' 2017 Unisys Corporation. All rights reserved. Release 3.4a. Printed in USA.

Enterprise Output Manager. UCopyIt Guide UNISYS. ' 2017 Unisys Corporation. All rights reserved. Release 3.4a. Printed in USA. Enterprise Output Manager UCopyIt Guide UNISYS ' 2017 Unisys Corporation. All rights reserved. Release 3.4a June 2017 Printed in USA NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) Prescriber Practices and Diabetes Management User Manual Date Created: 03/15/2017 Date Modified: 09/04/2018 Prepared By Technical Communications

More information

RSTS/E RMS-11 Utilities

RSTS/E RMS-11 Utilities RSTS/E RMS-11 Utilities Order No. AA-P509A-TC March 1983 This document describes the RMS-11 utility programs : RMSDES, RMSIFL, RMSCNV, RMSDEP, RMSBCK, and RMSRST. RMSDEF, which has been superseded by RMSDES,

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Installation Guide Version 9.0.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.5(1)

Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.5(1) Cisco Unified Contact Center Express Historical Reporting Guide, Release 10.5(1) First Published: June 11, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA

More information

Web Object Management Workbench Guide Release 9.2

Web Object Management Workbench Guide Release 9.2 [1]JD Edwards EnterpriseOne Tools Web Object Management Workbench Guide Release 9.2 E41162-05 April 2017 Describes the web OMW application and discusses how to use it to manage and promote objects through

More information

CA IDMS. Logical Record Facility Guide. Release

CA IDMS. Logical Record Facility Guide. Release CA IDMS Logical Record Facility Guide Release 18500 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

CA IDMS Using IDMS Enforcer

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

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

ComAPI+ API Documentation

ComAPI+ API Documentation [01.2017] ComAPI+ API Documentation 30515ST10841A Rev. 4 2017-07-20 Mod. 0806 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICES LIST While reasonable efforts have been made to assure the accuracy

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Tanner Analog Front End Flow. Student Workbook

Tanner Analog Front End Flow. Student Workbook Student Workbook 2016 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors and is subject

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

DM3 Standard Component Interface Messages

DM3 Standard Component Interface Messages DM3 Standard Component Interface Messages Copyright 1998 Dialogic Corporation PRINTED ON RECYCLED PAPER 05-1040-001 COPYRIGHT NOTICE Copyright 1998 Dialogic Corporation. All Rights Reserved. All contents

More information

Batch Versions Guide Release 9.2

Batch Versions Guide Release 9.2 [1]JD Edwards EnterpriseOne Tools Batch Versions Guide Release 9.2 E53572-01 October 2015 Describes how to create and process versions of report templates. JD Edwards EnterpriseOne Tools Batch Versions

More information

SPECTRUM. Control Panel User Guide (5029) r9.0.1

SPECTRUM. Control Panel User Guide (5029) r9.0.1 SPECTRUM Control Panel User Guide (5029) r9.0.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Installation Guide Release 9.6.0 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

Clauses contain important provisions about our liability to you in relation to Royal Mail's Online Postage. Please read them carefully.

Clauses contain important provisions about our liability to you in relation to Royal Mail's Online Postage. Please read them carefully. Etsy Marketplace/Royal Mail Online Postage API Terms and Conditions Terms and conditions governing the purchase of postage online through Etsy Marketplace This Agreement is between you and Royal Mail Group

More information

Capital. Capital Logic Aero. v Student Workbook

Capital. Capital Logic Aero. v Student Workbook Capital v2018.1 Student Workbook 2019 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors

More information

MetaXpress PowerCore High Content Distributed Image Analysis Software

MetaXpress PowerCore High Content Distributed Image Analysis Software MetaXpress PowerCore High Content Distributed Image Analysis Software Version 1.1.0.5 Software Release Notes 0112-0185 D January 2012 This document is provided to customers who have purchased Molecular

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Provider Login (Redesign) User Manual Date Created: 08/02/2018 Prepared By Technical Communications Group Molina Medicaid Solutions

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager ATTENTION Clicking on a PDF hyperlink takes you to the appropriate page If necessary, scroll up or down the page to see the beginning of the referenced section NN47300-300

More information

Perle Dial-Out User s Guide

Perle Dial-Out User s Guide Perle Dial-Out User s Guide 95-2345-05 Copyrights Copyright 1996-2000, Perle Systems Limited and its suppliers. IBM is the registered trademark of International Business Machines Corporation. Microsoft,

More information

Oracle Communications Network Charging and Control. Number Portability Service Pack User's Guide Release

Oracle Communications Network Charging and Control. Number Portability Service Pack User's Guide Release Oracle Communications Network Charging and Control Number Portability Service Pack User's Guide Release 12.0.0 December 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights reserved.

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

Oracle Hospitality Simphony. Enhanced PMS Interface Specifications

Oracle Hospitality Simphony. Enhanced PMS Interface Specifications Oracle Hospitality Simphony Enhanced PMS Interface Specifications Release 2.9 and Later F16307-01 February 2019 Oracle Hospitality Simphony Enhanced PMS Interface Specifications, Release 2.9 and Later

More information

Dump and Load Utility User s Guide

Dump and Load Utility User s Guide Dump and Load Utility VERSION 6.3 Copyright 2009 Jade Software Corporation Limited All rights reserved Jade Software Corporation Limited cannot accept any financial or other responsibilities that may be

More information

Personalizing CA Clarity PPM User Guide. Release

Personalizing CA Clarity PPM User Guide. Release Personalizing CA Clarity PPM User Guide Release 13.2.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Louisiana Medicaid Management Information System (LMMIS)

Louisiana Medicaid Management Information System (LMMIS) Louisiana Medicaid Management Information System (LMMIS) SMO Applications User Manual Date Created: 04/06/2017 Date Modified: 08/08/2018 Prepared By Technical Communications Group Molina Medicaid Solutions

More information

Tivoli SecureWay Policy Director Authorization ADK. Developer Reference. Version 3.8

Tivoli SecureWay Policy Director Authorization ADK. Developer Reference. Version 3.8 Tivoli SecureWay Policy Director Authorization ADK Developer Reference Version 3.8 Tivoli SecureWay Policy Director Authorization ADK Developer Reference Version 3.8 Tivoli SecureWay Policy Director Authorization

More information

Quadros. RTXC Kernel Services Reference, Volume 1. Levels, Threads, Exceptions, Pipes, Event Sources, Counters, and Alarms. Systems Inc.

Quadros. RTXC Kernel Services Reference, Volume 1. Levels, Threads, Exceptions, Pipes, Event Sources, Counters, and Alarms. Systems Inc. Quadros Systems Inc. RTXC Kernel Services Reference, Volume 1 Levels, Threads, Exceptions, Pipes, Event Sources, Counters, and Alarms Disclaimer Quadros Systems, Inc. makes no representations or warranties

More information

Cisco 1000 Series Connected Grid Routers QoS Software Configuration Guide

Cisco 1000 Series Connected Grid Routers QoS Software Configuration Guide Cisco 1000 Series Connected Grid Routers QoS Software Configuration Guide January 17, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Digital SNA Application Programming Interface for OpenVMS Programming

Digital SNA Application Programming Interface for OpenVMS Programming Digital SNA Application Programming Interface for OpenVMS Programming Part Number: AA-P591G-TE May 1996 This manual supplies information about the services provided by the Digital SNA Application Programming

More information

IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 15S

IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 15S IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 15S Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

CA File Master Plus. ISPF User Guide. Release

CA File Master Plus. ISPF User Guide. Release CA File Master Plus ISPF User Guide Release 9.1.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is

More information

SOFTWARE LICENSE LIMITED WARRANTY

SOFTWARE LICENSE LIMITED WARRANTY ANALYTICAL TOOL GUIDE VERSION: 5..0..6 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty of any

More information

Distributed Information Processing

Distributed Information Processing Distributed Information Processing 6 th Lecture Eom, Hyeonsang ( 엄현상 ) Department of Computer Science & Engineering Seoul National University Copyrights 2016 Eom, Hyeonsang All Rights Reserved Outline

More information

Configuration of Synchronous Protocols

Configuration of Synchronous Protocols encor! enetworks TM Version A, September 2010 2013 Encore Networks, Inc. All rights reserved. Configuration of Synchronous Protocols This chapter discusses synchronous protocols that you can configure

More information

CA IDMS DLI Transparency

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

More information

Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS

Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS Contents Preface... (vii) CHAPTER 1 INTRODUCTION TO COMPUTERS 1.1. INTRODUCTION TO COMPUTERS... 1 1.2. HISTORY OF C & C++... 3 1.3. DESIGN, DEVELOPMENT AND EXECUTION OF A PROGRAM... 3 1.4 TESTING OF PROGRAMS...

More information

IBM Tivoli Decision Support for z/os Version Messages and Problem Determination IBM SH

IBM Tivoli Decision Support for z/os Version Messages and Problem Determination IBM SH IBM Tivoli Decision Support for z/os Version 1.8.2 Messages and Problem Determination IBM SH19-6902-15 IBM Tivoli Decision Support for z/os Version 1.8.2 Messages and Problem Determination IBM SH19-6902-15

More information

Multiple Choice Questions. Chapter 5

Multiple Choice Questions. Chapter 5 Multiple Choice Questions Chapter 5 Each question has four choices. Choose most appropriate choice of the answer. 1. Developing program in high level language (i) facilitates portability of nonprocessor

More information

SAML SSO Okta Identity Provider 2

SAML SSO Okta Identity Provider 2 SAML SSO Okta Identity Provider SAML SSO Okta Identity Provider 2 Introduction 2 Configure Okta as Identity Provider 2 Enable SAML SSO on Unified Communications Applications 4 Test SSO on Okta 4 Revised:

More information

INTRODUCTION 1 AND REVIEW

INTRODUCTION 1 AND REVIEW INTRODUTION 1 AND REVIEW hapter SYS-ED/ OMPUTER EDUATION TEHNIQUES, IN. Programming: Advanced Objectives You will learn: Program structure. Program statements. Datatypes. Pointers. Arrays. Structures.

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Microsoft SQL Server Guide r16 Pre-release Document, only for reference This Documentation, which includes embedded help systems and electronically distributed materials,

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

Videoscape Distribution Suite Software Installation Guide

Videoscape Distribution Suite Software Installation Guide First Published: August 06, 2012 Last Modified: September 03, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters Microsoft Dynamics GP Release 10.0 Integration Guide For Microsoft Retail Management System Headquarters Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable

More information