Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to handle input entered on ISPF panel dynamically?
Goto page Previous  1, 2
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 32
Location: pune

PostPosted: Mon Jul 21, 2008 4:14 pm    Post subject:
Reply with quote

I used:
"ISPEXEC EDIT DATASET('"!!EDIT_THIS!!"("!!MEM1!!")')"


It gave:
20 *-* "ISPEXEC EDIT DATASET('"!!EDIT_THIS!!"("!!MEM1!!")')"
>L> "ISPEXEC EDIT DATASET('"
>L> "!!EDIT_THIS!!"
>O> "ISPEXEC EDIT DATASET('!!EDIT_THIS!!"
>L> "("
>O> "ISPEXEC EDIT DATASET('!!EDIT_THIS!!("
>L> "!!MEM1!!"
>O> "ISPEXEC EDIT DATASET('!!EDIT_THIS!!(!!MEM1!!"
>L> ")')"
>O> "ISPEXEC EDIT DATASET('!!EDIT_THIS!!(!!MEM1!!)')"


Data set not cataloged
'!!EDIT_THIS!!' was not found in catalog.

Current dialog statement:
EDIT DATASET('!!EDIT_THIS!!(!!MEM1!!)')
Back to top
View user's profile Send private message
References
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3153
Location: italy

PostPosted: Mon Jul 21, 2008 4:20 pm    Post subject: Reply to: How to handle input entered on ISPF panel dynamica
Reply with quote

try this other way ( I usually do not recommend it because it makes things less clear )

Code:
"ISPEXEC EDIT DATASET('"EDIT_THIS"("MEM1")')"


but it would be wise to find out the correct concatenation char for Your
environment,
it could be due also to the 3270 emulator setup
Back to top
View user's profile Send private message
Ekta Sharma

New User


Joined: 26 Feb 2008
Posts: 32
Location: pune

PostPosted: Mon Jul 21, 2008 4:31 pm    Post subject:
Reply with quote

This one worked. Thanks enrico!

Another small query:
As I told that there is a list of PDS on the panel from where the user can select any one.
This list of PDS is editable and the user can add PDS names to it as per his requirement. I have used VPUT for retaining the PDS names on the panel. But once I logoff from TSO, this list of PDS is lost. How can I retain this list (I want that the PDS names should stay on the panel until the user himself removes them)?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 1956
Location: Israel

PostPosted: Mon Jul 21, 2008 4:40 pm    Post subject:
Reply with quote

use VPUT & VGET with PROFILE.

o.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 HoursGoto page Previous  1, 2
Page 2 of 2