From c5340562fe6d451911ea0885e2ea4d1d7879eaad Mon Sep 17 00:00:00 2001 From: David Hassell Date: Thu, 25 Jul 2024 12:07:16 +0100 Subject: [PATCH] correct 'value' missing data --- ch02.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch02.adoc b/ch02.adoc index ea8d96c2..caa2850b 100644 --- a/ch02.adoc +++ b/ch02.adoc @@ -430,8 +430,8 @@ See <> and <>. When the data values within a fragment are all the same, for each fragment, the `value` fragment array variable allows each fragment to be represented explicitly by its unique data value, rather than by reference to a fragment dataset. The `value` fragment array variable dimensions correspond to, and have the same sizes as, the fragment array dimensions in the same order as they appear in the conceptual fragment array. The `value` fragment array variable may have any data type, and contains each fragment's unique value. -A fragment that contains wholly missing data is specified by any missing value indicated by the aggregation variable. -See <>, which uses an aggregation ancillary variable to make fragment dataset attributes available to an aggregation data variable. +A fragment that contains wholly missing data is specified by any missing value indicated by the `value` fragment array variable. +See <>, which uses an aggregation ancillary variable to make fragment dataset global attributes available to an aggregation data variable. // Turn section numbering back on :numbered: