I was just trying to adapt a rexx example about RMF.
Everithing was running ok (the original examples runned ok, I did several modifications, in several different jobs, one after the other...)
Suddenly, after an error-ending job, the next one and all the followings failed with same message. Now I'm trying with the simplest-ridiculous following rexx code:
And the results are:
[tt] 2 *-* address ispexec "VGET (IKJADM) SHARED"
+++ RC(-3) +++
IKJADM =<IKJADM>
READY
END
[/tt]
How can I reset the situation? What's happening? What and how do I need to flush to return to a normal situation?
Everithing was running ok (the original examples runned ok, I did several modifications, in several different jobs, one after the other...)
Suddenly, after an error-ending job, the next one and all the followings failed with same message. Now I'm trying with the simplest-ridiculous following rexx code:
Code:
/* rexx */
address ispexec "VGET(IKJADM) SHARED"
say 'IKJADM =<'IKJADM'>'
exit
[tt] 2 *-* address ispexec "VGET (IKJADM) SHARED"
+++ RC(-3) +++
IKJADM =<IKJADM>
READY
END
[/tt]
How can I reset the situation? What's happening? What and how do I need to flush to return to a normal situation?