-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Problem of Mnespace Change #95
Comments
This gives the syntax error. |
But calling this without ^%X364 gives %SYS > d ^JOBEXAM
<NOLINE>^%X364
╠%X364 ; BINDING FOR ANSI X3.64 NAMESPACE, NOV/92 ; LRS952 06/07/05 Will try to see what's wrong soon. Thanks. |
Seems to fail second line:
|
@eduard93, thank you. I just tried this in WebTerminal (just copying and pasting to the prompt), and it worked normally. |
The interesting thing is, WebTerminal changes mnespace after each execution back to WebTerminal's That's pretty much the reason why I copied |
This is a write: that get's called |
Any write won't be successful I think, and the reason is MNespace change within I/O redirection. This will be successful:
This will fail:
We need to find the better way to intercept I/O of the Caché process rather than use I/O redirection. |
%SYS > d ^JOBEXAM^%X364
The text was updated successfully, but these errors were encountered: