Previous Topic: Get User DataNext Topic: Persistent Data Store Interface


Return Codes from MEI

The CA SYSVIEW for CICS Monitor Exit Interface will return the resulting return code from the MEI call differently depending on the method used to invoke the MEI interface.

The following are the return codes and descriptions:

00 x00

Okay 

04 x04

Warning

08 x08

No commarea

12 x0C

Unable to locate anchor

16 x10

Unable to obtain workarea

20 x14

Workarea initialization failed

24 x18

Abend

28 x1C

Invalid function code

32 x20

Unable to locate task pointers

36 x24

Unable to locate monitor block

40 x28

Invalid commarea length

44 x2C

Error allocating segment

48 x30

Requested segment not found

52 x34

Requested event not started

56 x38

Invalid field type

60 x3C

Invalid parameter list

64 x40

Cannot add segment, full

68 x44

Invalid data type

72 x48

Invalid data length

76 x4C

Data type mismatch

80 x50

Data length mismatch