Installation Guide

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Introduction

This document provides instructions for installing Oracle Tuxedo Mainframe Adapter for SNA software (hereafter referenced as TMA SNA.)

This document covers the following topics:

 


What You Need to Know

This document is intended for system administrators and application programmers who will install and configure the Tuxedo Mainframe Adapter for SNA product.

The following documents contain information that is relevant to using Tuxedo Mainframe Adapter for SNA:

 


Documentation Conventions

The following documentation conventions are used throughout this document.

Convention
Item
blue text
Indicates a hypertext link in PDF or HTML
italics
Indicates emphasis or book titles or variables.
“string with quotes”
Indicates a string entry that requires quote marks.
UPPERCASE TEXT
Indicates generic file names, device names, environment variables, and logical operators.
Examples:
LPT1
SIGNON
OR
monospace text
Indicates code samples, commands and their options, data structures and their members, data types, directories, and file names and their extensions. Monospace text also indicates text that you must enter from the keyboard.
Examples:
#include <iostream.h> void main ( ) the pointer psz
chmod u+w *
\tux\data\ap
.doc
tux.doc
BITMAP
float
monospace boldface text
Identifies significant words in code.
Example:
void xa_commit ( )
{ }
Indicates a set of choices in a syntax line. The braces themselves should never be typed.
[ ]
Indicates optional items in a syntax line. The brackets themselves should never be typed.
Example:
buildclient [-v] [-o name ] [-f file-list]... [-l file-list]...
|
Separates mutually exclusive choices in a syntax line. The symbol itself should never be typed.
...
Indicates one of the following in a command line:
  • That an argument can be repeated several times in a command line
  • That the statement omits additional optional arguments
  • That you can enter additional parameters, values, or other information
The ellipsis itself should never be typed.
Example:
buildclient [-v] [-o name ] [-f file-list]... [-l file-list]...
.
.
.
Indicates the omission of items from a code example or from a syntax line. The vertical ellipsis itself should never be typed.


  Back to Top       Previous  Next