Hi, Can we get the load module of the rexx program..ie. if we write a rexx program and run it using ex command...after running is there any load module formation for that rexx program....can anyone clarify this?
REXX is an interpreted language. When you run it using the ex command, the rexx program is read and processed "on the fly", without any load module being produced.