| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
MZGUPTA
Joined: 05 May 2005
Posts: 1
Location: INDIA
|
| Posted: Thu May 05, 2005 8:30 am Post subject: What is a MAP FAIL ERROR |
|
|
| What is a MAP FAIL ERROR? |
|
| Back to top |
|
shymalasridevi
Joined: 03 May 2005
Posts: 16
|
| Posted: Mon May 09, 2005 10:33 am Post subject: hai, |
|
|
| mapfail error is AEIO |
|
| Back to top |
|
sivatechdrive
Joined: 17 Oct 2004
Posts: 168
Location: hyderabad
|
| Posted: Mon May 09, 2005 2:15 pm Post subject: Re: MAP FAIL ERROR |
|
|
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 |
|
manikant pathak
Joined: 09 May 2005
Posts: 30
Location: bangalore
|
| Posted: Mon May 09, 2005 3:46 pm Post subject: Re: MAP FAIL ERROR |
|
|
| 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 |
|
kanak
Joined: 12 Mar 2005
Posts: 259
Location: India
|
| Posted: Tue May 10, 2005 2:09 pm Post subject: |
|
|
| AEI9 is a MAPFAIL condition. |
|
| Back to top |
|
ak_mainframe
Joined: 29 Apr 2005
Posts: 9
|
| Posted: Wed May 18, 2005 4:17 pm Post subject: |
|
|
| it occurs ifyou give unmapped data in screen. |
|
| Back to top |
|
ak_mainframe
Joined: 29 Apr 2005
Posts: 9
|
| Posted: Wed May 18, 2005 4:18 pm Post subject: |
|
|
| :oops: |
|
| Back to top |
|
namitjai
Joined: 12 Feb 2008
Posts: 33
Location: Bangalore
|
| Posted: Mon Oct 13, 2008 2:40 pm Post subject: |
|
|
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 |
|
Robert Sample
Joined: 06 Jun 2008
Posts: 943
Location: Atlanta, GA
|
| Posted: Mon Oct 13, 2008 5:00 pm Post subject: |
|
|
| What does you code look like -- the PROCEDURE DIVISION and that IF statement with the SEND MAP? |
|
| Back to top |
|
namitjai
Joined: 12 Feb 2008
Posts: 33
Location: Bangalore
|
| Posted: Mon Oct 13, 2008 5:46 pm Post subject: |
|
|
| 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 |
|
Bill O'Boyle
Joined: 14 Jan 2008
Posts: 345
Location: Orlando, FL, USA
|
| Posted: Mon Oct 13, 2008 5:59 pm Post subject: Re: What is a MAP FAIL ERROR |
|
|
All you need to do is define a static (no label) DFHMDF to include FSET in the ATTRB parameter.
Bill |
|
| Back to top |
|
namitjai
Joined: 12 Feb 2008
Posts: 33
Location: Bangalore
|
| Posted: Mon Oct 13, 2008 6:18 pm Post subject: |
|
|
Thanks...so much
That solved my problem for now.... :D |
|
| Back to top |
|
| |