The STATUS_SHOW command displays parameters when a procedure status is checked.
STATUS_SHOW parm [max [,min]]
where
parm - name of a parameter max - maximum number of data values required (expression) [1..16] for numeric, [1..64] for character parameters min - minimum number of data values required (expression) [1..16] for numeric, [1..64] for character parameters
This command is placed within EASI procedures to define the parameters the procedure expects. When a STATUS command is used on a procedure, a parameter is listed for each STATUS_SHOW command.
Example:
In the following example of the procedure code the DBIC parameter is displayed. If there are more or less than three values assigned to the parameter, a warning will be generated.
STATUS_TITLE "ENHANCE Image Resizing and Enhancement" STATUS_SHOW DBIC 3,3 STATUS_END
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.