Application Development and Automation 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: 
Read only

messages

Former Member
0 Likes
482

In howmany ways we can display messages

1. i000(zmes).?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
454

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 .

In howmany ways we can display messages

1. i000(zmes).?

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
454

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

Read only

Former Member
0 Likes
455

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 .