Script Examples

Basic Search with Synonyms: Save variations in search terms as scripts.

Commands

Operators

FILE

OR, AND

SEARCH \>

 

Search with Truncated Synonyms in Specific Fields: Retrieve search terms with multiple word endings or spelling variations.

Commands

Operators

FILE

OR

SEARCH

Truncation (? and #)

 

Basic Loops and Writing Results: Automate repetitive commands, compile the results, and write those results to a data file that you can review later.

Commands

Operators

FILE BEGIN/END

=

SEARCH ECHO  
GET EXIT  
OPEN GOTO  
WRITE IF  

 

Retrieve Monomer RNs and then Search References: Use POLYLINK to retrieve relevant CAS Registry Numbers and then use them to search across multiple files.

Commands

Operators

FILE DUP

Truncation (?)

SEARCH SEL OR, AND, NOT
QUE   \>

 

Retrieve Structure RNs and then Search Patents: Upload a structure file, retrieve CAS Registry Numbers for the structure, and then perform a search for patent documents.

Commands

Operators

FILE UPLOAD

AND

SEARCH DIS  

 

Discover Search Term Variations: Verify a preferred drug name, supplement the search with CAS Registry Number and synonyms, and then remove duplicates from the results.

Commands

Operators

FILE SET

AND,OR

SEARCH ECHO

\>

GET SEL  
DUP    

 

Read Search Terms from a Data File: Read values out of data files to streamline creating queries with large numbers of known search terms.

Commands

Operators

FILE BEGIN/END

=

READ ECHO OR
OPEN EXIT  
CLOSE GOTO  
IF