Causes DEC DATATRIEVE to format and write to your terminal, to a
file, or to a unit record device one or more values of implied or
specified fields from records in one or more readied domains.
Format
For retrieving from selected records and target record streams
formed by FOR loops:
[ {file-spec } ]
LIST [print-list] [ ON {*.prompt } ]
[ { } ]
For retrieving from the current collection:
[ {file-spec } ]
LIST ALL [print-list] [ ON {*.prompt } ]
[ { } ]
For retrieving from record streams formed by the LIST statement
using one RSE:
[ {file-spec } ]
LIST [print-list OF] rse [ ON {*.prompt } ]
[ { } ]
For retrieving from record streams formed by the LIST statement
using two RSEs (the inner print list follows another print
list):
LIST print-list, ALL print-list OF rse-1 [,print-list] OF rse-2
[ {file-spec } ]
[ ON {*.prompt } ]
[ { } ]
For retrieving from record streams formed by the LIST statement
using two RSEs (the inner print list precedes any other print
list):
LIST ALL ALL print-list OF rse-1 [,print-list] OF rse-2
[ {file-spec } ]
[ ON {*.prompt } ]
[ { } ]
Additional Information:
explode
extract