ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Service Program binding source update rules?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Service Program binding source update rules?

    I've never been quite sure what you should and shouldn't do when adding/changing exported procedures to a service program. But as far as I know, as long as I only add procedures to the end of the *current signature in the binding source, then everything should be fine?

    is it ok to rearrange the order of the exported procedures within the module source?

  • #2
    Yes, you can rearrange them in the module. It's only the binder source where its important to keep them in the same order.

    You're talking like there's a lot more to know... there really isn't. Just use a hard-coded signature. Don't bother with *PRV (unless you need it for backward compatability) and always add new routines to the end of the *CURRENT block.

    Comment


    • #3
      Thanks Scott, much appreciated

      Comment

      Working...
      X