Shared variables
Used in the same block
VIEWED / REVEALED construct
Variables local to process instances
Sharing in reading mode only
DCL REVEALED
var INTEGER;
VIEWED var INTEGER;
DCL var_read INTEGER;
Process P1
Process P2
var_read :=
VIEW(var,PId_P1)
value always up-to-date
Previous slide
Next slide
Back to first slide
View graphic version