# `test` (procedure) - **Type:** PROCEDURE - **Deterministic:** NO - **SQL data access:** CONTAINS SQL ## Parameters | # | Mode | Name | Type | |---|---|---|---| | 1 | IN | `parm1` | `varchar(1000)` | | 2 | OUT | `sReturn` | `varchar(1000)` | ## Body _Body is not pre-cached. To inspect: `mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE PROCEDURE `test`'`._ ## Narrative **Business context:** Test/scratch routine. **What it does:** Scratch body — updates one `gdsmodule` row and selects from `ss`, wrapped in `cr_debug` trace calls; no business effect. **Invocation:** Not surveyed; out of scope for this catalog.