This document provides an overview of System i stored procedures. It discusses what stored procedures are, where they can be called from, why to use them over other options, how to create SQL and external stored procedures, and best practices. Examples are provided of RPG and SQL stored procedures that return recordsets. The document recommends practices like using stored procedures for data access and updates, limiting column selection for efficiency, and logging procedure execution for performance monitoring. Additional resources on the included CD are also listed.