so in RPGLE, I use the following source members to create my *module procedures, that I can then compile into a *SRVPGM...
- binder source - exportable procedures that the *srvpgm can reference
- module source - the actual group of procedures with *nomain
- prototype source - a best practice to define the procedure pi's to be copied into calling *pgms
How is this typically done in COBOL?
no real examples in my google search on how this is achieved.