Volume 1 Chapter 2 Screens
Note that, in QUEST, you need type only the first four characters of these control instructions.
This feature can be used to good effect if a search was interrupted and has to be re-run at a later time.
The specified refcode need not actually be present in the CSD. If this is the case then searching will begin at the next entry in the alphabetic sequence.
Graphics QUEST3D Procedure
In QUEST3D this command is available in the SEARCH menu, as shown below.
Ex.
Please type the REFCODE from which your search will begin or press <RETURN> if you don't want to change the starting point.
At this point the instruction document contains:
BEGIN LMNOPQ
Basic QUEST Procedure
In QUEST this instruction is input by typing:
BEGI LMNOPQ
It can be useful if you wish to browse through a section of the database, either starting at the first entry or from a later point defined by BEGIN-AT-REFCODE.
If HITALL is specified then the search must be initiated using the START command.
Graphics QUEST3D Procedure
In QUEST3D this command is available in the SEARCH menu, as shown below.

Ex.
All entries will be classed as hits. Select START to begin searching database.
Basic QUEST Procedure
In QUEST this instruction is input by typing:
HITA
Graphics QUEST3D Procedure
In QUEST3D four commands are available in the SEARCH menu shown below.
Ex.
At this point the instruction document would contain:
PRINT 10
ALDCAR 2-Methyl-2-methylthio-propionaldehyde O-(methylcarbamoyl) oxime Aldicarb orthorhombic form, insecticidal activity C7 H14 N2 O2 S1 F.Takusagawa,R.A.Jacobson J.Agric.Food Chem., 25, 333,1977
The standard reference items which are displayed are:
In this standard display each of the principal items starts on a new line.
Basic QUEST Procedure
In QUEST the specification of the text display is achieved by typing: PRIN n
The value of n determines the content and format.
Ex. PRIN 8
This would produce the following display for the entry ALDCAR:
*REFC=ALDCAR // 2-Methyl-2-methylthio-propionaldehyde O-(methylcarbamoyl) oxime // Aldicarb // *QUAL=orthorhombic form, insecticidal activity // *FORM=C7 H14 N2 O2 S1 // *AUTH=F.Takusagawa,R.A.Jacobson // *CODE=96(J.Agric.Food Chem.) // *VO LU= 25 // *PAGE= 333 // *YEAR=1977 //
In this compact format each item of information is separated from the next by //
In this print mode both the journal coden and journal name are displayed.
Graphics QUEST3D Procedure
In QUEST3D six commands are available in the SEARCH menu shown below.
Ex.
At this point the instruction document contains:
SAVE FDAT
FDAT is the file format required as input to the programs GSTAT and PLUTO.
Basic QUEST Procedure
In QUEST this instruction is input by typing:
SAVE FDAT
The default value is 1000.
Graphics QUEST3D Procedure
In QUEST3D this command is available in the SEARCH menu shown below.
Ex.
What is the maximum number of hits allowed ? Enter a NEGATIVE number for QUEST's default : 1000
At this point the instruction document contains:
STOP-LIMIT 200
Basic QUEST Procedure
In QUEST this instruction is input by typing:
STOP 200
Graphics QUEST3D Procedure
In QUEST3D this command is available in the SEARCH menu shown below (it is also available in the BUILD menu).
Ex.
PRINt 10 T1 *BCLASS .EQ. 49 SCREen 153
Basic QUEST Procedure
In QUEST this instruction is input by typing:
TYPE
Volume 1 Chapter 2 The Search Question and Search Initiation.