|
|
|
|
|
|
|
R - generate return
code when adding a new periodic group to a record that has reached
the maximum number of periodic group occurrences.
|
|
|
|
|
|
|
|
|
|
Default WHERE clause
setting:
|
0 - creates a default
WHERE clause for ADABAS data field formats as follows (assuming that
the data field named AA is the first ADABAS descriptor file):
|
where (aa<=0) or
aa>0 (numeric)
|
where aa>= “
(alphanumeric blank)”
|
1 - creates a default
WHERE clause for ADABAS data field formats as follows (assuming that
the data field named AA is the first ADABAS descriptor file):
|
|
where aa= “(alphanumeric
blank)”
|
2 - displays an error
return code. A view WHERE clause or SAS WHERE clause is required
when random access is desired or when performing updates.
|
|
|
Deleting periodic group
flag:
|
N - nulls periodic group
values when (1) more than one occurrence still exists or (2) other
periodic groups exist within the ADABAS file but are not represented
in the view descriptor.
|
P - always deletes the
record, regardless of the existence of periodic group fields. The
P means "to prune." When ADBDEL=P, you want to remove (reduce) what
is superfluous, in this case, the entire logical record.
|
|
|
View WHERE clause delimiter.
|
|
|
Engine authorization
code:
|
U - authorized to perform
updates.
|
R - read authorization
only.
|
|
|
ADABAS format buffer
length. Minimum value = 100.
|
|
|
ADABAS ISN buffer length.
Minimum value = 100.
|
|
|
Maximum multiple-value
occurrence number.
|
|
|
Maximum periodic group
occurrence number.
|
|
|
Minimum multiple-value
occurrence number.
|
|
|
ADABAS record buffer
length:
|
|
|
ADABAS search buffer
length. Minimum value = 100.
|
|
|
View WHERE clause SPANS
character.
|
|
|
|
Y - user can specify
ISN value when adding new records.
|
N - user cannot specify
ISN values.
|
|
|
ADABAS value buffer
length:
|