Skip Headers

Oracle9i OLAP Developer's Guide to the OLAP DML
Release 2 (9.2)

Part Number A95298-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Developing Programs, 3 of 12


Defining and Editing Programs

A program, like a dimension or a variable, is a workspace object. You define a program using the DEFINE command. The following example defines a program named hello.

DEFINE hello PROGRAM

Once you have defined a program object, you need to add the body of the program to it.

OLAP Worksheet provides an editor that you can use to add content to the program definition.


See Also:

"Accessing a Workspace from OLAP Worksheet" for more information about using OLAP Worksheet.

Formatting Guidelines for Editing Programs

Use the following formatting guidelines as you add lines to your program:

The following program named hello displays the phrase "Hello World."

DEFINE hello PROGRAM
PROGRAM
SHOW 'Hello World'
END

See Also:

"Escape Sequences" for information about escape sequences.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 2001, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback