View previous topic :: View next topic |
Author |
Message |
Chumma Beginner
Joined: 10 Jan 2007 Posts: 12 Topics: 5 Location: India
|
Posted: Tue Mar 13, 2007 6:01 am Post subject: Help to display message in an edit macro |
|
|
Am trying to display a message based on a particular condition.
But i find the message displayed in the left-hand corner of my mainframe screen instead of displaying the message just above the bottom of the screen. The code is given below.
Code:
IF CC ='00000' THEN DO
ZEDLMSG='Check the cursor position'
Address ISPEXEC "SETMSG MSG(ISRZ001)"
EXIT |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Tue Mar 13, 2007 6:37 am Post subject: |
|
|
Try ZEDSMSG.
O.
________
buy cheap vaporizer
Last edited by ofer71 on Sat Feb 05, 2011 11:58 am; edited 1 time in total |
|
Back to top |
|
 |
Chumma Beginner
Joined: 10 Jan 2007 Posts: 12 Topics: 5 Location: India
|
Posted: Tue Mar 13, 2007 8:26 am Post subject: |
|
|
I need to display a long message so as to be descriptive.ZEDSMSG will be able to handle only short messages if am correct and rest would be truncated.
Could any of you suggest a solution? |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue Mar 13, 2007 8:39 am Post subject: |
|
|
define both ZEDSMSG and ZEDLMSG. ZEDSMSG gets displayed and then you press PF1 (or another key defined as Help) and get the ZEDLMSG. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Mar 13, 2007 3:10 pm Post subject: |
|
|
check "Long message in pop-up" in the SETTINGS panel |
|
Back to top |
|
 |
Chumma Beginner
Joined: 10 Jan 2007 Posts: 12 Topics: 5 Location: India
|
Posted: Wed Mar 14, 2007 1:28 am Post subject: |
|
|
Hi semigeezer,
I selected the option in "Long message in Pop-Up" of the Settings Panel.
It works fine. Thanks for the solution.
Thanks for every member who tried out! |
|
Back to top |
|
 |
|
|