Tools can output files that are to be interpreted as value tables. The contents of these value tables must therefore be described in the AWM model. Files of this kind will be returned to the following places in the example AWM model shown below:
The relationships of the file descriptors are shown in the figure above.
File Descriptor | Attribute | Meaning |
---|---|---|
PDSSAMP_ FILE_ProjList | Type = MVS_Seq Structure = Table | A Project List is returned by the tool that is responsible for determining the container elements of type "CONT_Project". |
PDSSAMP_FILE_DatasetList | Type = MVS_Seq Structure = Table Prop Delimiter = "," | A data set list including properties will be returned by the tool that is responsible for determining the container elements of type "CONT_DataSets". The separator is ", "(comma), as spaces (the standard separators) could occur among the returned values. |
PDSSAMP_FILE_DatasetListSimple | Type = MVS_Seq Structure = Table | A data set list without properties will be returned by the tool that returns valid values for the "PROP_DatasetName" property. |
PDSSAMP_FILE_Memberlist | Type = MVS_Seq Structure = Table Prop Delimiter = "," | A member list with properties is returned by the tool that generates element lists. The separator is "," (comma), as spaces (the standard separators) could occur among the returned values. |