Creating packages locally

 

The name specified on the RDB parameter can be the name of the local system.

If it is the name of the local system, the SQL package is created on the local system. The SQL package can be saved (Save Object (SAVOBJ) command) and then restored (Restore Object (RSTOBJ) command) to another system. When you run the program with a connection to the local system, the SQL package is not used. If you specify *LOCAL for the RDB parameter, an *SQLPKG object is not created, but the package information is saved in the *PGM object.

 

Parent topic:

Considerations for creating an SQL package