ThePrez / WatsonX-SDK-Db2-IBMi

WatsonX client SDK for Db2 on IBM i
GNU General Public License v3.0
2 stars 0 forks source link

Using `specific name` and `program name` #6

Open worksofliam opened 1 month ago

worksofliam commented 1 month ago

Per @forstie

All functions and procedures should have a SPECIFIC NAME. We have found over the years, that it's much better to control the specific name, even if it matches the routine name.

All functions and procedures should use PROGRAM NAME nnnn so that your strictly control the name of the PGM or SRVPGM that is being created. Again, we have found such control to be far superior than database generated names.