Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> what language is this?

what language is this?

From: Martin Meadows <mmeadows_at_indy.net>
Date: 1997/11/09
Message-ID: <644dsn$81d$1@news.indy.net>#1/1

Hi. I'm looking at a printout of a small program which uses sql to access an Oracle dbase. I know very little about the program itself but it has statements like the following:

clear columns
clear breaks
clear computes
clear buffer
clear screen
prompt <misc text here>
prompt
prompt
accept <misc stuff>
set wrap off
set termout off
set verify off
spool xxx.prt
column <misc stuff here> (column is repeated a dozen or more times) break on report
compute sum of "<stuff>" on report
.
.
.

set pagesize 60
set newpage 0
set linesize 215
ttitle center '<stuff>'
select ...

My question: what language is this?

Thanks,
Martin Meadows Received on Sun Nov 09 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US