NWSM_DATA_SET_NAME_LIST

Contains the data set's path as it appears under one of more of the name spaces supported by the Target Service.

Syntax

  typedef struct 
  { 
     UINT16   bufferSize; 
     UINT16   dataSetNameSize; 
     UINT8    nameSpaceCount; 
     UINT8    keyInformationSize; 
     UINT8    keyInformation[keyInformationSize]; 
  } NWSM_DATA_SET_NAME_LIST;
  

Fields

bufferSize

Specifies the actual buffer size allocated to NWSM_DATA_SET_NAME_LIST.

dataSetNameSize

Specifies the actual memory space used by the data set name list (excluding bufferSize).

nameSpaceCount

Specifies the number of name spaces in the data set name list.

keyInformationSize

Specifies the size of keyInformation in bytes.

keyInformation

Is reserved for future use to specify key encryption information.

Remarks

NWSM_DATA_SET_NAME_LIST consists of two parts: a list information structure and the data set name list.The list contains the data set names and is appended to the end of the structure.

To access the data set name, see "Data Set Name Functions" in Storage Management Services Utilities Library and can be used to help transfer the data set’s name into or out of the data set name list.

See NWSM_DATA_SET_NAME_LIST for the members and definitions of the Data Set Name List.