IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Query related to error AEIV.


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gakandalkar

New User


Joined: 20 Feb 2007
Posts: 9
Location: pune

PostPosted: Fri Apr 11, 2008 7:33 pm
Reply with quote

Front end is java and back end is Cobol program. Both of them are linked with driver program in CICS region.
We are sending XML from front end to Cobol program through Driver program.
The input is having variables in iteration of 50, which is less tan 32 KB.
We believe, we can transfer 32 KB of data between driver program and Cobol program.
But we are still getting error AEIV. The program has been compiled with option of 31 Bytes.

Please suggest the Solution for same.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Apr 11, 2008 7:48 pm
Reply with quote

Click below for all AExx abends. Yours is a LENGERR. The linked-page is from CICS/TS 3.1 but the explanations should cover many version/releases.

Do you have a transaction dump which includes a trace?

What were the last values in: EIBFN, EIBRCODE, EIBRESP and EIBRESP2?

Are you relying upon a binary-halfword with a VALUE clause, with the value exceeding 9999 and you've specified TRUNC(OPT) as one of the compile options?

publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dfhg4b04/3.6?ACTION=MATCHES&REQUEST=AEIV&TYPE=FUZZY&SHELF=dfhasi05&DT=20080115131952&CASE=&searchTopic=TOPIC&searchText=TEXT&searchIndex=INDEX&rank=RANK&ScrollTOP=FIRSTHIT#FIRSTHIT
HTH....

Bill
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Fri Apr 11, 2008 7:50 pm
Reply with quote

hi,

Did a QW and found these details.

Quote:
AEIV

Explanation: LENGERR condition not handled.

This is one of a number of abends issued by the EXEC interface program.
Because of their similar characteristics these abends are described as a
group.

See the description of abend AEIA for further details.
Back to top
View user's profile Send private message
gakandalkar

New User


Joined: 20 Feb 2007
Posts: 9
Location: pune

PostPosted: Tue Apr 15, 2008 4:53 pm
Reply with quote

Thanks Bill. Your info is really very helpful.

We can’t change the TRUNC option as lot many other program may get affect.

Now we have reduce the iterations to 20 and it's working fine.

We don't have any transaction dump.

But i will try to let u know the values of EIBFN, EIBRCODE, EIBRESP and EIBRESP2.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Tue Apr 15, 2008 10:56 pm
Reply with quote

In addition, try and obtain the values of EIBRSRCE and EIBDS.

Regards,

Bill
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Tue Apr 15, 2008 11:11 pm
Reply with quote

gakandalkar wrote:
We can’t change the TRUNC option as lot many other program may get affect.
Some EC commands have an FLENGTH(full word) in addition to LENGTH(half word)....
Try replacing the COMP with COMP-5 (native binary) which doesn't seem to be effected by the TRUNC option....
Back to top
View user's profile Send private message
gakandalkar

New User


Joined: 20 Feb 2007
Posts: 9
Location: pune

PostPosted: Thu Apr 17, 2008 7:52 pm
Reply with quote

Thanks a loooooooooooooot.. CICS Guy and Bill

We made length variable Comp-5 and it worked.......

Now application is working fine with 40 iteration ...

We are trying to run it with 50...I will update u on same very soon....

:D :D :D
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top