Re: Review My Program

2015-12-12 Thread Fred van der Windt
You don't really need any code in the loadmodule at all, it only needs to contain the table (preceded a header that contains things like the table length, row length or whatever you need. Than you can do: WORKING-STORAGE SECTION. 01 FNC-PTR FUNCTION-POINTER. 01 PTR REDEFINES FNC-PTR POINTER.

Re: Review My Program

2015-12-12 Thread Scott Ford
Fred, Do you happened to have an example of the Assembler Code? I want to build something similar , with the Assembler being a message table... Regards, Scott On Saturday, December 12, 2015, Fred van der Windt < 03f9f1712aba-dmarc-requ...@listserv.uga.edu> wrote: > You don't really need