Executes a JOIN procedure stored in the current Proc-file.
Syntax |
 |
J[OIN] procedure name [,character]
|
For example:
Where procedure name = PROCA
Where procedure name = USERS, character = X
Discussion |
 |
QUERY searches the current Proc-file (defined by a DEFINE or PROC-FILE command) and executes the procedure named in the command. If the Proc-file has not been declared, the procedure does not exist in the Proc-file, or the procedure is incorrect in some way, you are informed by an error message. If character is included in the command, QUERY prints the procedure on the standard list device before executing it.
For more information about storing and using JOIN procedures, refer to the CREATE command.