CALL "C$SHOW" USING flag  | 
flag  | any numeric data item or numeric literal  | Specifies the visible state. Set this parameter to zero to hide the current window. Set this parameter to a value greater than zero to make the current window visible.  | 
call "c$show" using 0.  |