com.ibm.cics.zos.comm
Class IZOSConnection.DataSetArguments

java.lang.Object
  extended by com.ibm.cics.zos.comm.IZOSConnection.DataSetArguments
Enclosing interface:
IZOSConnection

public static class IZOSConnection.DataSetArguments
extends java.lang.Object

Parameter object used when creating datasets


Field Summary
 long blockSize
          Block size
 java.lang.String dataClass
          Data class
 java.lang.String dataSetName
          Dataset name
 java.lang.String datasetType
          Dataset type
 long directoryBlocks
          Directory blocks
 java.lang.String genericUnit
          Generic unit
 java.lang.String managementClass
          Management class
 long primaryAllocation
          Primary allocation
 java.lang.String recordFormat
          Record format
 long recordLength
          Record length
 long secondaryAllocation
          Secondary allocation
 java.lang.String spaceUnits
          Space units
 java.lang.String storageClass
          Storage class
 java.lang.String volume
          Volume
 
Constructor Summary
IZOSConnection.DataSetArguments()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recordLength

public long recordLength
Record length


blockSize

public long blockSize
Block size


primaryAllocation

public long primaryAllocation
Primary allocation


secondaryAllocation

public long secondaryAllocation
Secondary allocation


directoryBlocks

public long directoryBlocks
Directory blocks


recordFormat

public java.lang.String recordFormat
Record format


datasetType

public java.lang.String datasetType
Dataset type


spaceUnits

public java.lang.String spaceUnits
Space units


dataSetName

public java.lang.String dataSetName
Dataset name


volume

public java.lang.String volume
Volume


genericUnit

public java.lang.String genericUnit
Generic unit


dataClass

public java.lang.String dataClass
Data class


storageClass

public java.lang.String storageClass
Storage class


managementClass

public java.lang.String managementClass
Management class

Constructor Detail

IZOSConnection.DataSetArguments

public IZOSConnection.DataSetArguments()


Copyright © 2013 IBM Corp. All Rights Reserved.