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


v_getattr

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

Read syntax diagramSkip visual syntax diagram
>>-v_getattr--vntoken--stem------------------------------------><

Function

v_getattr invokes the v_getattr callable service to get the attributes of the file represented by vntoken.

Parameters

vntoken
A variable name that contains the vnode token of the file for which the attributes are returned.
stem
The name of a stem variable used to return the file attribute information. Upon return, stem.0 contains the number of attribute variables returned. To obtain the desired information, you can use a numeric value or the predefined variables beginning with ST_ used to derive the numeric value. See stat for a list of the variables, or REXX predefined variables for the numeric values.

Example

In the following example, assume that vnod was assigned a value earlier in the exec:
"v_getattr vnod attr."

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014