Hi,
Could you please let me know what the below CICS command does?
01 WS-RESTART PIC X(01) VALUE LOW-VALUES.
EXEC CICS ASSIGN
RESTART (WS-RESTART)
END-EXEC.
IF WS-RESTART = HIGH-VALUES
GO TO xxxx-error-para
END-IF.