Running procedures (RUN)

Once you have set up the parameters for a procedure using LET (and checked them using SEE or STATUS), you can RUN the procedure. This command has the form:

RUN name

where

[name] ...is the name of the procedure you wish to run.

Type the following:

EASI>VECTOR=2,3,5,6.4
EASI>POWER=4,3,2,1
EASI>RUN EX2C

The following should appear on your screen:

   2.00000     raised to   4.00000     power is   16.0000
   3.00000     raised to   3.00000     power is   27.0000
   5.00000     raised to   2.00000     power is   25.0000
   6.40000     raised to   1.00000     power is   6.40000

Try experimenting with EX2C. Remember that once EASI completes a procedure, it will tell you it is ready for another command by returning the EASI> prompt.

To expedite your work, instead of typing RUN each time you wish to execute a procedure, just type "R" (or "r"), followed by the procedure name. This is the short form of the RUN command.

Example:

r EX2C

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.