2007 Aug 13 3:10 AM
2007 Aug 13 3:17 AM
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 .
2007 Aug 13 3:14 AM
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
2007 Aug 13 3:17 AM
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 .