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

have a prob with this error


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

New User


Joined: 16 Jun 2005
Posts: 6
Location: blore

PostPosted: Sat Jun 25, 2005 11:37 am
Reply with quote

I am getting a INVMPSZ while trying to receive a map. After reading the error message I have checked the DFHMDI SIZE=(43,80) in the map. (Map was created using SDF2). And the terminal size on my screen. (43x80) There are also other CICS programs with the 43x80 that is working fine. Please help! What else could this mean?


EXEC CICS RECEIVE
MAP ('ITSM265')
MAPSET ('ITSM265')
SET (ADDRESS OF ITSM265I)
RESP (WK-RESP-CODE)
END-EXEC
Back to top
View user's profile Send private message
jagadish2005

New User


Joined: 08 Mar 2005
Posts: 20

PostPosted: Sun Jun 26, 2005 10:02 am
Reply with quote

Hi,
I am herewith sending list of cics abends codes & user response for it .

publib.boulder.ibm.com/infocenter/txen/index.jsp?topic=/com.ibm.txseries510.doc/erzhaf00107.htm

i hope this will help a lot

With regards
Arunachalla
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Wed Jun 29, 2005 7:46 am
Reply with quote

ravindra mudumby,

Try following:

Code:
EXEC CICS RECEIVE
     MAP ('ITSM265')
     MAPSET ('ITSM265')
     RESP (WK-RESP-CODE)
END-EXEC


If you get any error, then post the complete error message here
If you did not get any error, then try and correct ITSM265I field definition.

Hope this helps,

Regards
Mayuresh
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