z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


v_close

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

Read syntax diagramSkip visual syntax diagram
>>-v_close--vntoken--opentoken---------------------------------><

Function

v_close closes a file previously opened using v_open.

Parameters

vntoken
A variable name that contains the vnode token for the directory of the file that is to be closed.
opentoken
A variable name that contains the open token as returned from the v_open.

Example

Close a file represented by vntok with a v_open represented by otok:
"v_close vntok otok"

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014