IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How can I connect message with panel


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
henry888

New User


Joined: 21 Sep 2009
Posts: 51
Location: china

PostPosted: Tue May 04, 2010 11:21 pm
Reply with quote

I am a newer for dialog developer...
But I need to do dialog development,the problem is that I want to show the error messages in a PDS defined as ISPMLIB,eg:
in SDHF.ERRMSG.LIB1 contains members like ERRMSG01,ERRMSG02...
and in member ERRMSG01 contains the error messages like:
SDHFM000 .TYPE=W NOKANA
'Long error message 1......'
SDHFM001 .TYPE=W NOKANA
'Long error message 2......'
SDHFM002 .TYPE=W NOKANA
'Long error message 3......'
and so on...

in member ERRMSG02contains the error messages like:
SDHFM020 YYPE=W NOKANA
'Long error message 20....'
SDHFM021 TYPE=W NOKANA
'Long error message 21.....'
SDHFM022 TYPE=W NOKANA
'Long error message 22......'

And if I meet the problem with the error message
SDHFM022 TYPE=W NOKANA
'Long error message 22......'
So how can I show the message in the member of the library to panel?

Could someone just show a simple example,I've searched i the forum and seems no example I can use.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Wed May 05, 2010 1:51 am
Reply with quote

Have you tried Google, or IBM's Library Server? The latter gives this one: z/OS V1R10.0 ISPF Dialog Developer's Guide and Reference
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed May 05, 2010 3:33 am
Reply with quote

The member name has to have the prefix of the messages inside of it.
Back to top
View user's profile Send private message
henry888

New User


Joined: 21 Sep 2009
Posts: 51
Location: china

PostPosted: Wed May 05, 2010 8:34 am
Reply with quote

Thanks for replies.I am trying to read the material(Guide and Reference).
Back to top
View user's profile Send private message
henry888

New User


Joined: 21 Sep 2009
Posts: 51
Location: china

PostPosted: Wed May 05, 2010 8:43 am
Reply with quote

And I find the useful information:

The member name is determined by truncating the message ID after the second digit of the number.
For example:
Message ID Member Name
G015 G01
ISPE241 ISPE24
XYZ123A XYZ12
ABCDE965 ABCDE96
EMPX214 EMPX21
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Connect Direct 6.3 for Z/OS All Other Mainframe Topics 20
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
No new posts Call program, directly from panel CLIST & REXX 9
Search our Forums:

Back to Top