Hi:
Yes, a SAS "dataset" is a proprietary file structure which contains rows and columns of data. In SAS terminology, the ROWS are sometimes called OBSERVATIONS; and the COLUMNS are sometimes called VARIABLES.
SAS datasets can be accessed, analyzed and reported on using PROCEDURES or DATA step programs. (These are frequently abbreviated, jargon-wise, as "PROCs" and "DATA Step") So, a reasonable sentence might be:
Once you read your Oracle data into a SAS dataset, you can write reports using PROC REPORT or a Data Step program.
A DATA Step program allows a programmer to use the programming language features of the SAS programming language to perform data manipulation, write reports and perform analysis on a SAS dataset.
There are different ways to reference "keys" ... a "GV key" doesn't initially ring a bell. What is the name of the course that you are transcribing??
cynthia