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

Actual purpose of VGET and VPUT in ISPF


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

New User


Joined: 20 Mar 2006
Posts: 46

PostPosted: Sat Jul 14, 2007 12:15 am
Reply with quote

I would like to know in what situations we can use VGET and VPUT commands in an ISPF Dialog. I have seen those commands in many programs, but could not find the actual purpose.

Regards,
Cher
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sat Jul 14, 2007 12:25 am
Reply with quote

As documented here in the z/OS V1R7.0 ISPF Services Guide:

Quote:

The VGET service copies values from dialog variables in the shared pool or the application profile pool to the function pool variables with the same names.

The VPUT service copies values from dialog variables in the function pool to the shared or application profile pool.


Simply stated, you use the VGET service to retrieve a variable, or a list of variables, from either the shared variable pool or the profile variable pool. You use the VPUT service to update a variable, or a list of variables, into the same variable pools.

The shared pool contains the variables that are shared between ISPF applications. The profile pool contains variables that are saved to the user's profile dataset (ISPPROF) so that they can be retained between sessions.

In addition to VGET and VPUT, there are other services such as VDEFINE (which is needed whenever a CALL ISPLINK service is necessary, such as in COBOL or PL/I), VDELETE, VERASE, and VCOPY.
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 Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Is there a way to close VSAM files us... CICS 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top