In DB2, stored procedures are database objects that are created within a schema. A schema is a namespace that organizes related database objects including tables, views, routines (stored procedures and functions), and other objects. When you create a stored procedure without explicitly specifying a schema, it is created in the default schema for the user. Options A (Alias), C (Package), and D (Routine Space) are not containers for stored procedures.