Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> what language is this?
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
![]() |
![]() |