Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISPEXEC 'SETMSG ...MSGLOC(field)' not positioning message location

Status
Not open for further replies.

LouPelagalli

Programmer
Sep 24, 2001
6
US
Hi,

With Rexx I'm trying
zedsmsg = 'Short Message'
zedlmsg = 'Long Message'
msgfld = 'SRCDSN'
ADDRESS ISPEXEC 'SETMSG MSG(ISRZ001) MSGLOC(msgfld)'

also tried
zedsmsg = 'Short Message'
zedlmsg = 'Long Message'
ADDRESS ISPEXEC 'SETMSG MSG(ISRZ001) MSGLOC(SRCDSN)'

Field SRCDSN is defined on my Panel using
)INIT
.ZVARS = '(SRCDSN)'
The field SRCDSN is in row 5, column 19.

When Rexx executes the SETMSG command, the message text is correct but the location is always row 1 column 57 - apparently the default location.

What am I missing please?

Thank You In Advance for Your Help,

Lou
 
Hi again,

looks like your ISPF settings are not as you like. inside the setting there is one point like

"Message in popup" (i don't know exact - i'm out of office) and you have to activate this one (you should do in general)

nice day
Heinz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top