View previous topic :: View next topic |
Author |
Message |
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Wed Dec 20, 2006 4:36 pm Post subject: Changeman and REXX |
|
|
Hi,
I have a rexx routine that I am invoking from a changeman program opened in edit mode. This routine puts some additional lines into my program after which I want to recompile the program. The first F3 shows the lines changed which is correct. However, the next F3 which should ideally bring me to the compile options actually brings me out of changeman completely. When I get into changeman and into that package and program, all changes are gone and the program is still active.
Is there something that I am missing here? _________________ Cheers! |
|
Back to top |
|
|
sriramla Beginner
Joined: 22 Feb 2003 Posts: 74 Topics: 1
|
Posted: Thu Dec 21, 2006 9:47 am Post subject: |
|
|
What happens when you manually type those 'additional lines' instead of using ReXX?
If you get this problem only when you are using rexx, then posting the rexx code might help. |
|
Back to top |
|
|
abracadabra Beginner
Joined: 02 Sep 2003 Posts: 101 Topics: 55 Location: India
|
Posted: Mon Dec 25, 2006 6:08 pm Post subject: |
|
|
Hi,
It looks like the problem is taking place because the Changeman panel and message libraries are somehow getting removed from the concatenation. I am not sure yet how this is happening. _________________ Cheers! |
|
Back to top |
|
|
|
|