TCL Commands Related to Proc
This topic describes those TCL commands particularly related to Proc. These are:
- 
                        GO - Executes a PQN Proc without an MD calling entry. 
- 
                        PQ-COMPILE - Compiles a large Proc to increase its efficiency. 
- 
                        PQ-RESELECT - Executed from Proc to reset pointer to start of item-id list in select register. 
- 
                        PQ-SELECT - Executed from Proc to load item-id list into select register. 
- 
                        TRACE - Implements TR function of Proc from TCL. 
- 
                        UCOMPILE - Uncompiles a compiled Proc.