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

What is a MAP FAIL ERROR


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

New User


Joined: 05 May 2005
Posts: 1
Location: INDIA

PostPosted: Thu May 05, 2005 8:30 am
Reply with quote

What is a MAP FAIL ERROR?
Back to top
View user's profile Send private message
shymalasridevi

New User


Joined: 03 May 2005
Posts: 16

PostPosted: Mon May 09, 2005 10:33 am
Reply with quote

mapfail error is AEIO
Back to top
View user's profile Send private message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Mon May 09, 2005 2:15 pm
Reply with quote

HI GUPTA

AEI9 - mapfail error
the reason is
Occurs if the data to be mapped has a length of zero

that is, if no data entered on the screen & the field is set(FSET) ,if a receive is issued we get this abend


Regards
Siva
Back to top
View user's profile Send private message
manikant pathak

New User


Joined: 09 May 2005
Posts: 37
Location: bangalore

PostPosted: Mon May 09, 2005 3:46 pm
Reply with quote

Map fail error occurs if the length of the unprotected fields in the map is zero and it is recieved by the CICS application program
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Tue May 10, 2005 2:09 pm
Reply with quote

AEI9 is a MAPFAIL condition.
Back to top
View user's profile Send private message
ak_mainframe

New User


Joined: 29 Apr 2005
Posts: 9

PostPosted: Wed May 18, 2005 4:17 pm
Reply with quote

it occurs ifyou give unmapped data in screen.
Back to top
View user's profile Send private message
ak_mainframe

New User


Joined: 29 Apr 2005
Posts: 9

PostPosted: Wed May 18, 2005 4:18 pm
Reply with quote

icon_redface.gif
Back to top
View user's profile Send private message
namitjai

New User


Joined: 12 Feb 2008
Posts: 41
Location: Bangalore

PostPosted: Mon Oct 13, 2008 2:40 pm
Reply with quote

Hi All,

I am also getting AEI9 - mapfail error.

My problem scenario is as follows:
I wanted to tackle the condition where user is pressing ENTER(implies to RECEIVE MAP) to fetch the account details without entering key of information. In such scenario I wants to send the first MAP with message "Enter account number" so for doing this I am checking the length of EIBCALEN, if its zero than I wanted to throw the first map with message. But I am getting AE19 error.
How will I tackle this.....??
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Mon Oct 13, 2008 5:00 pm
Reply with quote

What does you code look like -- the PROCEDURE DIVISION and that IF statement with the SEND MAP?
Back to top
View user's profile Send private message
namitjai

New User


Joined: 12 Feb 2008
Posts: 41
Location: Bangalore

PostPosted: Mon Oct 13, 2008 5:46 pm
Reply with quote

yes..I am transferring the control to other program(one which will fetch the data) if I got some data in account number...else if there is no data in account number that I am sending message saying" enter account number"
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: Mon Oct 13, 2008 5:59 pm
Reply with quote

All you need to do is define a static (no label) DFHMDF to include FSET in the ATTRB parameter.

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

New User


Joined: 12 Feb 2008
Posts: 41
Location: Bangalore

PostPosted: Mon Oct 13, 2008 6:18 pm
Reply with quote

Thanks...so much
That solved my problem for now.... icon_biggrin.gif
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 Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top