z/OS ISPF Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


VRESET—reset function variables

z/OS ISPF Services Guide
SC19-3626-00

The VRESET service is used only with CALL ISPLINK or CALL ISPLNK calls.

The VRESET service allows a program to remove its function pool variables as though VDELETEs had been done. Any implicit variables are also deleted.

Command invocation format

ISPEXEC  *This service does not apply to
          APL or command procedures*

Call invocation format

CALL  ISPEXEC  *This service cannot be used with this interface*

or

Read syntax diagramSkip visual syntax diagram
>>-CALL--ISPLINK--('VRESETbb');--------------------------------><

Return codes

These return codes are possible:
 0
Normal completion.
20
Severe error.

Example

Remove ISPF accessibility to all PL/I program variables.
CALL ISPLINK ('VRESET  ');

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014