Hi All,
In cics send map command i am making use of resp option to handle the errors.
so, if mapset name or mapname specified is wrong or incorrect in send map command, which is not defined the ppt/pct.
What condition name should be given in evaluate conditionnal statement.
ie,....
EVALUATE TRUE
WHEN WS-RESP = DFHRESP(NORMAL)
PERFORM 2010-RECEIVE-PARA
THRU 2010-RECEIVE-PARA-EXIT
WS-RESP = DFHRESP( ? )
MOVE 'mapsetname/ mapname error' TO WS-ERROR-MSG
EXEC CICS
SEND TEXT
FROM(WS-ERROR-MSG)
END-EXEC .
Thanx and regards.