Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CICS AEIP INVREQ

319 views
Skip to first unread message

bbu...@yahoo.com

unread,
Mar 23, 2006, 3:58:35 PM3/23/06
to
I am receiving a AEIP INVREQ when I try to do a rewrite. The EIBRESP
is 16 and EIBRESP2 is 30. This is the rewrite statement I'm using:

EXEC CICS REWRITE DATASET(WS-OUT-FILE)
FROM(WS-OUTPUT)
END-EXEC

01 WS-OUTPUT.
05 WS-ICN-OUT PIC X(11).
05 WS-LINE-OUT PIC X(03).
05 WS-LTR-CD-OUT OCCURS 3 TIMES PIC X(03).

77 WS-OUT-FILE PIC X(08) VALUE 'CSR22185'.

CSR22185 is a VSAM file with a length of 23. I'm not sure what is
causing this error, so I would really appreciate any help that I can
get. Thanks.

kevin_...@yahoo.com

unread,
Mar 28, 2006, 3:25:50 AM3/28/06
to
>From the manual

RESP2=30 The command was issued when no prior successful READ UPDATE
command was executed.

Before you can do a re-write you must have done a READ UPDATE.

0 new messages