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

How to display a message at prompt column


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

New User


Joined: 11 Jul 2007
Posts: 34
Location: hyderabad

PostPosted: Mon Mar 24, 2008 5:31 pm
Reply with quote

My requirement is i want to display a message at Prompt column in the below screen

For example
I have written a macro to find a string in a member and If that member is found i got the result on the screen, but instead of that i want to display a message 'found' after the member name in the prompt column.


Code:
 ISRUDSM EDIT      U153134.ISPF.EXEC                     Initial edit macro set
 Command ===>                                                  Scroll ===> PAGE
            Name     Prompt       Size   Created          Changed          ID   
 _________ #DEL                     32  2008/02/14  2008/03/24 11:44:02  U153134
 _________ #SAVE                    15  2008/03/17  2008/03/24 11:41:55  U153134
 _________ STARTUP                  11  2008/01/10  2008/03/24 11:41:56  U153134
 _________ ZB                       40  2008/03/18  2008/03/24 11:41:56  U153134
 _________ ZD                       28  2008/03/20  2008/03/24 11:41:57  U153134
 _________ ZE                       43  2008/03/18  2008/03/24 11:41:58  U153134
 _________ ZV                       40  2008/03/18  2008/03/24 11:41:58  U153134
           **End**


Could anyone help me out!
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Mar 24, 2008 5:43 pm
Reply with quote

Take a look at the LMDLIST service.

O.
Back to top
View user's profile Send private message
kavya123
Warnings : 1

New User


Joined: 11 Jul 2007
Posts: 34
Location: hyderabad

PostPosted: Thu Mar 27, 2008 4:40 pm
Reply with quote

Ofer,

LMDLIST is giving the dataset information.
what i need is to display a message at the prompt field!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Mar 27, 2008 4:53 pm
Reply with quote

what about

Code:
ISPEXEC LMMDISP DATAID(data-id)
        OPTION(PUT)
        MEMBER(member-name)
        [ZLLCMD(lcmd-value)]
        [ZLUDATA(udata-value)]
Back to top
View user's profile Send private message
kavya123
Warnings : 1

New User


Joined: 11 Jul 2007
Posts: 34
Location: hyderabad

PostPosted: Mon Mar 31, 2008 9:36 am
Reply with quote

hi

I want to display a message at the message column in dslist panel.
I tried using lmdlist & lmddisp.
I dint find any parameter where I can give the user data in dslist panel.

Can anybody give me an idea!
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 How to load to DB2 with column level ... DB2 6
No new posts RC query -Time column CA Products 3
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 first column truncated in search result IBM Tools 13
Search our Forums:

Back to Top