DB2 Server for VSE & VM: Quick Reference


About This Manual

This reference pictorially summarizes Structured Query Language statements used by:

It also contains information about the following:


Who Should Use This Manual

This manual is intended as a quick reference for application developers, system programmers, and database administrators who write application programs using SQL, or use ISQL, or the Database Services Utility in a DB2 Server for VM or DB2 Server for VSE environment. It contains syntax diagrams for SQL statements, ISQL commands, operator commands, and DBS Utility commands.

It is assumed that the VM user has some knowledge of VM (CMS, CP), a programming language, and structured query language (SQL). It is assumed that the VSE user has some knowledge of a VSE system, a CICS/VSE(R) system or batch as applicable, a programming language, and structured query language (SQL).

Both the VSE and VM user should be familiar with the information in the DB2 Server for VSE & VM Overview. For further information on the required environment, refer to either the DB2 Server for VM Program Directory or the DB2 Server for VSE Program Directory for your database manager.


Related Publications

For more information about the DB2 Server for VM and DB2 Server for VSE database managers, ISQL, and the DBS Utility, refer to the following IBM publications for DB2 Server for VM or DB2 Server for VSE as appropriate:


Syntax Notation Conventions

Throughout this manual, syntax is described using the structure defined below.


|How to Send Your Comments

|Your feedback is important in helping to provide the most accurate and |high-quality information. If you have any comments about this book or |any other DB2 Server for VSE & VM documentation: |


Conventions for Representing Mixed Data Values

When mixed data values are shown in examples, the following conventions are used:

Convention
Meaning

<
Represents the mixed shift-out character (X'0E').

>
Represents the mixed shift-in character (X'0F').

x
Represents an SBCS character (x can be any lowercase letter).

(XX)
Represents a DBCS character ((XX) can be any double-byte uppercase letter).

Short Forms Used in Syntax Diagrams

Some words have been shortened in the syntax diagrams in this book. The words are:

Full Word
Short Form

duration
dur

expressions
exp

string
str


[ Top of Page | Previous Page | Next Page | Table of Contents ]