Previous Topic: Session Procedure NamingNext Topic: Procedure Parameters


SPL Procedures

All SPL procedures are translated into ACL/E language and stored in the CA TPX ACLLIB that is referenced in the convert job stream.

The converted ACL member contains the SPL statement as a comment followed by the executable ACL statement and/or any warnings or errors concerning the conversion of that statement.

As the statements are converted, CA-Vman procedure parameters are changed to either CA TPX system parameters or session level parameters 1 through 8. These show as &p1 through &p8. A comment statement follows the ACL statement to indicate the identity.

Two partitioned data sets are created in the TASK5 of the convert job:

GINDEX

Contains a member for each global procedure that is converted and contains any parameters that needed to be converted. The member indicates the new &p name given to that parameter.

UINDEX

Contains a member for each user who has local procedures that were converted. The member contains the identity of each local procedure converted, as well as the new U# name for that procedure and any new &p names given to parameters used in that procedure.