Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

what is the difference between messages and message type

Former Member
0 Kudos

hi

what is the difference between messages and message type

3 REPLIES 3

former_member624107
Contributor
0 Kudos

Message is statements or words which we need to display to show diiferent conditions...n status etc...

message type describes the characteristc of message..

Five types of messages r der

I information message

w warning message

E error message

A abort

S success message

Former Member
0 Kudos

Hi,

message type means e,i,w,x,etc (error, information,warning,abend)

message means the text u want to enter when u through the error.

plz reward points if it is helpful.

Former Member
0 Kudos

Hi

There are 6 types of messages:

A (Abend)

E (Error)

Information

Status message

W (Warning)

X Termination with short dump

Message if the text displayed with the message

one of the Syntax : MESSAGE ID id TYPE mtype NUMBER n.

Where ID is the Message ID

mtype is type of message

N is number of message in the ID..

Depending upon the conditions in the pgm this can be used for the Information purpose .

Hope this Helps.

Thanks

Praveen