Previous Topic: RestrictionsNext Topic: Number of Procedure TCBs


Multi-User Facility Considerations for Procedures

This section provides considerations for executing and coding procedures to run in the CA Datacom/DB Multi-User Facility.

Note: Because SQL has no way of verifying the compatibility of the user-written code with the procedure defined by the CREATE PROCEDURE statement, it is the sole responsibility of the creator of the procedure to help ensure that the CREATE PROCEDURE statement precisely reflects the parameter list expected by the user-written program. Failure to properly coordinate parameter lists can cause the procedure subtask to abnormally terminate.

Certain tasks need to be performed to execute procedures. Do the following tasks before bringing up the CA Datacom/DB Multi-User Facility.

When coding, compiling, and link editing programs that are to execute as procedures, adhere to the following guidelines:

Note: While these options are recommendations, they may not be appropriate for your site or may need to be tuned according to your procedure execution environment within the Multi-User Facility. Run a typical procedure with the RPTSG=(ON) option in CEEUOPT and tune accordingly.