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: 

messages

Former Member
0 Kudos
96

In howmany ways we can display messages

1. i000(zmes).?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
68

therre are 4 ways.

1. message i000(zmsgclas).

2. message i000(zmsgclas) with 'message text here'..

3. message i000.

4. message i000 with ' message text hyerere'.

5 meddages id 'mid' MNO 'mesno' mty 'type' thext 'text'.

in 5th pint there are system variables use them declare first athen use thems .

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos
68

Hi,

1. Specifying the Message Statically

MESSAGE <t><nnn>(<id>) [WITH <f1> ... <f4>] [RAISING <exc>].

2. Specifying the Message Dynamically

MESSAGE ID <id> TYPE <t> NUMBER <n> [WITH <f1> ... <f4>] [RAISING <exc>].

aRs

Former Member
0 Kudos
69

therre are 4 ways.

1. message i000(zmsgclas).

2. message i000(zmsgclas) with 'message text here'..

3. message i000.

4. message i000 with ' message text hyerere'.

5 meddages id 'mid' MNO 'mesno' mty 'type' thext 'text'.

in 5th pint there are system variables use them declare first athen use thems .