I have no problems sending you the code, but before I do, what EXACTLY do you expect it to do for you ? it's basically a script that facilitates counting the number of bytes
in a copybook (yes, I know you can get that from the compiler listing as well). You can also count the number of bytes between labels in your working-storage code (so you
could count part of a copybook or group variable).
In addition, it's also used to generate offsets etc so as to be able to trace the contents of a copybook with its contents dynamically.
Michael_Simpson