VERSION works against objects (main or subprogram) as files, and against
libraries, with the 100 object limit. I do not know how to retrieve this
information from subprogram objects statically linked into an
executable, although it does work against the main object in that case.

> -----Original Message-----
> From: Bruce Hobbs [SMTP:[log in to unmask]]
> Sent: Sunday, March 15, 1998 2:13 PM
> To:   [log in to unmask]
> Cc:   [log in to unmask]
> Subject:      Re: [COBOL:99] how to code for version.pub.sys
>
        <snip>
> We found that although this works fine in the main program, we weren't
> able to "access" this information in DYNAMIC/SUBPROGRAM "modules"
> using VERSION.PUB.SYS, but instead used DEBUG to inspect "similar"
> information we place at the beginning of WORKING-STORAGE. As I
> indicated in the earlier thread, we haven't pursued this issue in
> "years" so this may no longer be the case.
        <snip>