Page 1 of 1

ASSIGN RESTART

PostPosted: Tue Oct 27, 2009 11:29 am
by srn123
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.

Re: ASSIGN RESTART

PostPosted: Wed Oct 28, 2009 12:02 am
by dick scherrer
Hello,

Look here:
http://publibz.boulder.ibm.com/cgi-bin/ ... p4c00/1.12

The "open book" link at the top left of that page will take you to the table of contents. Something you want to bookmark. . .