Managing Search Results: Summary
In Lessons 2 and 3 we reviewed the basic commands necessary to conduct a Dialog search and viewed a search from beginning to end. Here is a summary of all the basic commands we just learned.
| Command | Example | When to Use It |
|---|---|---|
| BEGIN B |
begin
654 b 654 b 654,652 b patfull |
Use BEGIN with a file number to specify the database(s) to be searched. |
| SELECT S |
select pn=us 123456 s pn=us 123456 s s1 |
Use SELECT to create a set of records (e.g., s1) that contains the specified terms. |
| TYPE T |
type
s1/free/1-3 t s2/short/1 t s3/medium/1,2 |
Use TYPE to display search results in a specified format. |
| DISPLAY SETS | display
sets ds |
Use DISPLAY SETS to display a list of all sets created since the last BEGIN command. |
LOGOFF |
logoff | Use LOGOFF to end the search and disconnect from Dialog. |
If you have finished the practice exercises online using the ONTAP databases, you are ready to go on to Lesson 4.
3-7