Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
have a prob with this error

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
ravindra mudumby

New User


Joined: 16 Jun 2005
Posts: 6
Location: blore

PostPosted: Sat Jun 25, 2005 11:37 am    Post subject: have a prob with this error
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
References
jagadish2005

New User


Joined: 08 Mar 2005
Posts: 20

PostPosted: Sun Jun 26, 2005 10:02 am    Post subject: Re: have a prob with this error
Reply with quote

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

http://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: 256
Location: USA

PostPosted: Wed Jun 29, 2005 7:46 am    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1