Class ZosFilesConstants


  • public class ZosFilesConstants
    extends Object
    Constants for various zos files related info
    Version:
    5.0
    Author:
    Leonid Baranov
    • Field Detail

      • MAX_ALLOC_QUANTITY

        public static final int MAX_ALLOC_QUANTITY
        Maximum value for primary and secondary allocation
        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
      • MAX_AMS_LINE

        public static final int MAX_AMS_LINE
        Maximum length of an AMS statement
        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
      • 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
      • QUERY_DS_LEVEL

        public static final String QUERY_DS_LEVEL
        Indicator the query parameters used to qualify the request
        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 returning to the response document
        See Also:
        Constant Field Values
      • 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
      • RESPONSE_PHRASE_ERROR

        public static final String RESPONSE_PHRASE_ERROR
        Error message when response phrase not returned
        See Also:
        Constant Field Values
      • VSAM_ALCUNIT_CHOICES

        public static final String[] VSAM_ALCUNIT_CHOICES
        The set of allocation unit choices for VSAM files
      • VSAM_DSORG_CHOICES

        public static final String[] VSAM_DSORG_CHOICES
        The set of dataset organization choices for VSAM files
    • Constructor Detail

      • ZosFilesConstants

        public ZosFilesConstants()