Hi,
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
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