Instructs RDBPRE to generate code that automatically initializes
the declared database and request handles generated by RDBPRE.
This qualifier has no effect on whether or when handles are
cleared in the generated code. It only controls initialization
of handles in declarations. The /INITIALIZE_HANDLES qualifier is
the default.
The /NOINITIALIZE_HANDLES qualifier lets the shareable image
and the program that calls it access the database. When you use
the /NOINITIALIZE_HANDLES qualifier, any handle you specify in
your application program must also be specified in the shareable
image.