PL/I Relocatables

2007-04-05 Thread Chris Phinicarides
Hello! We use relocatable routines which are called from within our programs. The routines' compilation produce object (not load module), which, as I know, is used during the programs' link-edit. As far as I understand, when a relocatable changes (and is recompiled for the production of a new

Batch RPG Question

2006-11-05 Thread Chris Phinicarides
Hello! I need to have a batch RPG program (say A) call another batch RPG program (say B) and be able to change program B and have program A execute using the modified program B, without the need to re-compile/link-edit program A. More specifically, the need is to have a common program, Y say,

Batch PL/I Question

2006-10-16 Thread Chris Phinicarides
Hello! I need to have a batch PL/I program (say A) call another batch PL/I program (say B) and be able to change program B and have program A execute using the modified program B, without the need to re-compile/link-edit program A. I understand this has to do with some compiler and/or some