It seems you cannot change this in the procedure itself, you have to switch the autocommit off for the whole session. If you for instance call your stored procedure from hdbsql, you'd use hdbsql -z 'CALL proc()'. If you call it differently, you'd use the appropriate method there.
-- Micha