Hi,
We are currently porting a large MSM system to Cache and I have a query
about ZUSE. In MSM, we are using ZU Dev where Dev is a device (68 for
instance) of a terminal. Its used to flash a message up on the screen
apparently. Anyway, I believe I can continue using ZUse in Cache as long as
I switch on and off DSM-11 Compatibility mode
Something like this I guess
s dev="/dev/pts/9" ; valid $I for another device logged in
w $zu(55) ; This shows zero i.e. cache mode
s x=$zu(55,1) ; set to DSM-11 Mode
w $zu(55) ; This shows one i.e. DSM-11 mode
zu dev w "Log off now!!"
s x=$zu(55,0) ; set back to Cache
w $zu(55) ; This shows zero i.e. cache mode
Although the mode correctly switches over, the "zu dev" fails with a <FUNCT>
error (as opposed to a <FUNCTION> error as it is now in DSM-11 mode)
Anybody any idea's
--
Hello