HPlogo IMAGE/SQL Administration Guide: HP 3000 MPE/iX Computer Systems > Chapter 4 IMAGE/SQL Utility Commands

SET TURBODB

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Defines the TurboIMAGE/XL database to be used by other IMAGE/SQL utility commands.

Syntax

SE[T] TURBODB TurboDB [,MAINT=TurboMaintWord]

Parameters

TurboDB

is the name of the TurboIMAGE/XL database with which you want to work.

TurboMaintWord

is the maintenance word for the TurboIMAGE/XL database. This parameter can be omitted if you are the TurboIMAGE/XL database creator (DBC).

Prerequisites

DBC status or TurboIMAGE/XL maintenance word specified as part of the command.

Description

Use the SET TURBODB command to indicate the name of the TurboIMAGE/XL database with which you want to work. This name remains in effect until you exit the program or issue a new SET TURBODB command. Note that because the IMAGE/SQL utility supports standard MPE/iX user, group, and account security rules, to issue this command for a TurboIMAGE/XL database in a different group and account, be sure you have the correct capabilities.

To work with another TurboIMAGE/XL database associated with the same DBEnvironment, issue another SET TURBODB command specifying the new database.

The SET BASE command is synonymous with the SET TURBODB. It has the same parameters and prerequisites.

Example

In this example, the SALES TurboIMAGE/XL database is specified.

   >>SET TURBODB SALES

   >>
Feedback to webmaster