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

Receive map failed


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

New User


Joined: 26 Sep 2007
Posts: 42
Location: pune

PostPosted: Tue Apr 27, 2010 8:14 pm
Reply with quote

Hi All

I am getting DFHRESP code =36 while receivng map

EXEC CICS RECEIVE

MAP('AAIMCD')
MAPSET('AAISCD')
INTO(AAIMCDI)
RESP(WS-RESP-CODE)
END-EXEC

Kindly help me

Mosin
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 27, 2010 10:05 pm
Reply with quote

EIBRESP = 36 is MAPFAIL
MAPFAIL occurs if the data to be mapped has a length of zero or does not contain a set-buffer-address (SBA) sequence. It applies only to 3270 devices. The receiving data area contains the unmapped input data stream. The amount of unmapped data moved to the user's area is limited to the length specified in the LENGTH option. The input map is not set to nulls.
This condition also arises if a program issues a RECEIVE MAP command to which the terminal operator responds by pressing a CLEAR or PA key, or by pressing ENTER or a PF key without entering data.

What was the value in EIBAID?
What does the received data look like?
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 27, 2010 10:55 pm
Reply with quote

In your BMS definition, such as where a labelled field is defined (a Heading, the Transaction-Id, a Static Literal, etc), change the ATTRB to 'ATTRB=(ASKIP,NORMAL,FSET)', reassemble the MAP, issue a CEMT New Copy and try it again.

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

New User


Joined: 26 Sep 2007
Posts: 42
Location: pune

PostPosted: Wed Apr 28, 2010 4:45 pm
Reply with quote

Thanks a lot it helps there was problem with maping the data
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 DFHPI1008 JSON generation failed COBOL Programming 0
No new posts interactive cics program using CICS s... CICS 5
No new posts DataSet member creation failed with B... Java & MQSeries 15
No new posts Very Large Sort failed - Seeking reco... DFSORT/ICETOOL 7
No new posts FSET not working on my receive CICS 3
Search our Forums:

Back to Top