Package zosfiles
Class ZosFilesConstants
- java.lang.Object
-
- zosfiles.ZosFilesConstants
-
public class ZosFilesConstants extends Object
Constants for various zos files related info- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_ALLOC_QUANTITYMaximum value for primary and secondary allocationstatic intMAX_AMS_BUFFERMaximum numbers of characters to allow for the continuation character on AMS statementsstatic intMAX_AMS_LINEMaximum length of an AMS statementstatic intMAX_RETAIN_DAYSMaximum numbers of days for which to retain a dataset.static intMIN_RETAIN_DAYSMinimum numbers of days for which to retain a dataset.static StringQUERY_DS_LEVELIndicator the query parameters used to qualify the requeststatic StringQUERY_PATTERNAn optional parameter that specifies a pattern for the dataset membersstatic StringQUERY_STARTAn optional search parameter that specifies the first data set name to return in the response documentstatic StringQUERY_VOLUMEA parameter that identifies the volume serials to be searched for data setsstatic StringRES_AMSIndicator of an AMS requeststatic StringRES_DS_FILESIndicator of a data set requeststatic StringRES_DS_MEMBERSIndicator of a members requeststatic StringRES_FSNAMEIndicator of a ds file namestatic StringRES_MFSIndicator of a z/OS mfsstatic StringRES_PATHIndicator of a USS File requeststatic StringRES_USS_FILESIndicator of a USS File requeststatic StringRES_ZFS_FILESIndicator of a z/OS file system requeststatic StringRESOURCESpecifies the z/OS data set and file REST interfacestatic StringRESPONSE_ITEMSJson response array field namestatic String[]VSAM_ALCUNIT_CHOICESThe set of allocation unit choices for VSAM filesstatic String[]VSAM_DSORG_CHOICESThe set of dataset organization choices for VSAM files
-
Constructor Summary
Constructors Constructor Description ZosFilesConstants()
-
-
-
Field Detail
-
RESOURCE
public static final String RESOURCE
Specifies the z/OS data set and file REST interface- See Also:
- Constant Field Values
-
RES_DS_FILES
public static final String RES_DS_FILES
Indicator of a data set request- See Also:
- Constant Field Values
-
RES_USS_FILES
public static final String RES_USS_FILES
Indicator of a USS File request- See Also:
- Constant Field Values
-
RES_ZFS_FILES
public static final String RES_ZFS_FILES
Indicator of a z/OS file system request- See Also:
- Constant Field Values
-
RES_MFS
public static final String RES_MFS
Indicator of a z/OS mfs- See Also:
- Constant Field Values
-
RES_DS_MEMBERS
public static final String RES_DS_MEMBERS
Indicator of a members request- See Also:
- Constant Field Values
-
RES_AMS
public static final String RES_AMS
Indicator of an AMS request- See Also:
- Constant Field Values
-
RES_PATH
public static final String RES_PATH
Indicator of a USS File request- See Also:
- Constant Field Values
-
RES_FSNAME
public static final String RES_FSNAME
Indicator of a ds file name- See Also:
- Constant Field Values
-
RESPONSE_ITEMS
public static final String RESPONSE_ITEMS
Json response array field name- See Also:
- Constant Field Values
-
MAX_ALLOC_QUANTITY
public static final int MAX_ALLOC_QUANTITY
Maximum value for primary and secondary allocation- See Also:
- Constant Field Values
-
MAX_AMS_LINE
public static final int MAX_AMS_LINE
Maximum length of an AMS statement- See Also:
- Constant Field Values
-
MAX_AMS_BUFFER
public static final int MAX_AMS_BUFFER
Maximum numbers of characters to allow for the continuation character on AMS statements- See Also:
- Constant Field Values
-
MIN_RETAIN_DAYS
public static final int MIN_RETAIN_DAYS
Minimum numbers of days for which to retain a dataset.- See Also:
- Constant Field Values
-
MAX_RETAIN_DAYS
public static final int MAX_RETAIN_DAYS
Maximum numbers of days for which to retain a dataset.- See Also:
- Constant Field Values
-
VSAM_DSORG_CHOICES
public static final String[] VSAM_DSORG_CHOICES
The set of dataset organization choices for VSAM files
-
VSAM_ALCUNIT_CHOICES
public static final String[] VSAM_ALCUNIT_CHOICES
The set of allocation unit choices for VSAM files
-
QUERY_VOLUME
public static final String QUERY_VOLUME
A parameter that identifies the volume serials to be searched for data sets- See Also:
- Constant Field Values
-
QUERY_PATTERN
public static final String QUERY_PATTERN
An optional parameter that specifies a pattern for the dataset members- See Also:
- Constant Field Values
-
QUERY_START
public static final String QUERY_START
An optional search parameter that specifies the first data set name to return in the response document- See Also:
- Constant Field Values
-
QUERY_DS_LEVEL
public static final String QUERY_DS_LEVEL
Indicator the query parameters used to qualify the request- See Also:
- Constant Field Values
-
-