PROC, short for procedure, allows executing a series of TCL and other commands from a single word command. Everything that can be done in TCL can be done in PROC. Procs also are used to avoid repetitively typing the same series of commands, interact with the user, and to test or verify input information from the user.