Values.GdgDetailAttributesSourceThe required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets.
type nonrec t = {limit : Integer.t option;The maximum number of generation data sets, up to 255, in a GDG.
*)rollDisposition : String50.t option;The disposition of the data set in the catalog.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of String50.t ]) list ]