CALL "W$FLUSH" USING opCode parameters |
opCode | Function to be executed. The only valid value, defined in iscobol.def, is: | |
refresh the screen | ||
start bufferization of INQUIRE statements | ||
stop bufferization of INQUIRE statements | ||
start ignoring all operations on the UI | ||
stop ignoring all operations on the UI | ||
parameters | Parameters depend on the opcode. |
*> On working-storage copy "iscobol.def" call "w$flush" using wflush-refresh |