|
I don't change the version number unless I do something unusual, like
remove an exported procedure. (IOW, The version number is just the
version of the signature, not the version of the product.)
I was not referring to IBM generating the signature *for*you*, I was
specifically replying to what Vern said.
Vern was noting that IBM does this:
STRPGMEXP SIGNATURE('srvpgmname')
I was suggesting that this is better:
STRPGMEXP SIGNATURE('srvpgmname 01.00')
Because you can (if you want to) CHOOSE to break compatibility when you
want to introduce an incompatible feature.
You, on the other hand, are talking about coding
STRPGMEXP PGMLVL(*CURRENT)
-and-
STRPGMEXP PGMLVL(*PRV)
-and-
STRPGMEXP PGMLVL(*PRV)
-and-
STRPGMEXP PGMLVL(*PRV)
-and-
STRPGMEXP PGMLVL(*PRV)
-and so on for every previous version-
That's a whole different discussion, which we can have (for the
umpteenth time) if you want... but I wanted to be clear that wasn't what
I was referring to in my previous message.
Kurt Anderson wrote:
> If you retained the old signatures within the binder source and
> didn't make a change that required them to recompile the programs as
> well (e.g. a parameter change to an existing procedure), then there's
> no need to make them recompile to use the new version number.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.