HP 3000 Manuals

ALLBASE/Turbo CONNECT Administrator's Guide : COPYRIGHT NOTICE [ ALLBASE/Turbo CONNECT Administrator's Guide ] MPE/iX 5.0 Documentation


ALLBASE/Turbo CONNECT Administrator's Guide


Product 900 Series HP 3000 Computer Systems ALLBASE/Turbo CONNECT Administrator's Guide HP Part No. 36385-90001 Printed in U.S.A. Printed Aug 1990 Edition First Edition E0790
________________________________________________________________________ |The information contained in this document is subject to change | |without notice. | | | |HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS | |MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Hewlett-Packard | |shall not be liable for errors contained herein or use of this | |material. | | | |Hewlett-Packard assumes no responsibility for the use or reliability | |of its software on equipment that is not furnished by Hewlett-Packard.| | | |This document contains proprietary information which is protected by | |copyright. All rights are reserved. No part of this document may be | |photocopied, reproduced, or translated to another language without the| |prior written consent of Hewlett-Packard Company. | ________________________________________________________________________ Copyright Æ1990 by Hewlett-Packard Company Print History The following table lists the printings of this document, together with the respective release dates for each edition. The software version indicates the version of the software product at the time this document was issued. Many product releases do not require changes to the document. Therefore, do not expect a one-to-one correspondence between product releases and document editions. Edition Date Software Version --------------------------------------------------------------------------------------- First Edition July 1990 36385-A.00.00 About this Guide This guide explains how to administer and maintain ALLBASE/Turbo CONNECT. You should be familiar with TurboIMAGE/XL and have a general knowledge of relational databases to use this guide effectively. * Chapters 1 - 3 explain how to administer Turbo CONNECT: * Chapter 1 introduces basic Turbo CONNECT concepts and gets you started. It is for a new Turbo CONNECT administrator. * Chapter 2 provides step-by-step directions for several typical Turbo CONNECT administrative tasks. It assumes you have read chapter 1. * Chapter 3 explains Turbo CONNECT concepts in more detail. It is for beginning and experienced Turbo CONNECT administrators who want to understand more about how Turbo CONNECT works. * Chapter 4 and appendixes A - D contain reference information: * Chapter 4 describes each ATCUtil command and lists its syntax. * Appendix A documents Turbo CONNECT error messages, their possible causes, and suggested resolutions. * Appendix B lists the schema for SALES, the TurboIMAGE/XL database used in the examples in this guide. * Appendix C describes enhancements to various database utilities. * Appendix D provides information about using ALLBASE/ISQL. Suggested Tools for Accessing TurboIMAGE/XL Data For Turbo CONNECT users with a limited amount of ALLBASE/SQL experience, a high-level query and reporting tool like ALLBASE/Query provides easy access to TurboIMAGE/XL data from ALLBASE/SQL. For Turbo CONNECT users with more ALLBASE/SQL experience or for those who wish to learn more about ALLBASE/SQL, ISQL can be used. Appendix D explains how to get started with ISQL. Here is a list of part numbers for manuals you may find useful: Title Part Number --------------------------------------------------------------------------------------- TurboIMAGE/XL Database Management System Reference 30391-90001 Manual ALLBASE/SQL Reference Manual 36216-90001 ALLBASE/ISQL Reference Manual 36216-90004 ALLBASE/SQL Database Administration Guide 36216-90005 ALLBASE/SQL C Application Programming Guide 36216-90023 ALLBASE/SQL COBOL Application Programming Guide 36216-90006 ALLBASE/SQL FORTRAN Application Programming Guide 36216-90030 ALLBASE/SQL Pascal Application Programming Guide 36216-90007 ALLBASE/SQL Message Manual 36216-90009 ALLBASE/SQL Quick Reference Guide 36216-90038 ALLBASE/NET User's Guide 36216-90031 Conventions UPPERCASE In a syntax statement, commands and keywords are shown in uppercase characters. The characters must be entered in the order shown; however, you can enter the characters in either uppercase or lowercase. For example: COMMAND can be entered as any of the following: command Command COMMAND italics In a syntax statement or an example, a word in italics represents a parameter or argument that you must replace with the actual value. In the following example, you must replace FileName with the name of the file: COMMAND FileName punctuation In a syntax statement, punctuation characters (other than brackets, braces, vertical bars, and ellipses) must be entered exactly as shown. In the following example, the parentheses and colon must be entered: (FileName):(FileName) underlining Within an example that contains interactive dialog, user input and user responses to prompts are indicated by underlining. In the following example, yes is the user's response to the prompt: Do you want to continue? >> yes { } In a syntax statement, braces enclose required elements. When several elements are stacked within braces, you must select one. In the following example, you must select either ON or OFF: {ON } COMMAND {OFF} [ ] In a syntax statement, brackets enclose optional elements. In the following example, OPTION can be omitted: COMMAND FileName [OPTION] When several elements are stacked within brackets, you can select one or none of the elements. In the following example, you can select OPTION or Parameter or neither. The elements cannot be repeated. [OPTION ] COMMAND FileName [Parameter] Conventions (continued) [...] In a syntax statement, horizontal ellipses enclosed in brackets indicate that you can repeatedly select the element(s) that appear within the immediately preceding pair of brackets or braces. In the example below, you can select Parameter zero or more times. Each instance of Parameter must be preceded by a comma: [,Parameter][...] In the example below, you only use the comma as a delimiter if Parameter is repeated; no comma is used before the first occurrence of Parameter: [Parameter][,...] |...| In a syntax statement, horizontal ellipses enclosed in vertical bars indicate that you can select more than one element within the immediately preceding pair of brackets or braces. However, each particular element can only be selected once. In the following example, you must select A, AB, BA, or B. The elements cannot be repeated. {A} {B} |...| ... In an example, horizontal or vertical ellipses indicate where portions of an example have been omitted. Å In a syntax statement, the space symbol Å shows a required blank. In the following example, Parameter and Parameter must be separated with a blank: (Parameter)Å(Parameter) The symbol indicates a key on the keyboard. For example, RETURN represents the carriage return key. CTRLchar CTRLchar indicates a control character. For example, CTRLY means that you press the control key and the Y key simultaneously.


MPE/iX 5.0 Documentation