Native Inspect Manual (H06.07+)

Using Native Inspect
Native Inspect Manual528122-006
2-17
Examine Tables
NAME = "Bellini "
WORKS = (
TITLE = "Semiramide "
LISTING-INFO =
CONDUCTOR = "Davis "
SCHWANN-LISTING = "LN1233/\2700"
PRICE = "$34,597.00"
TITLE = "Norma "
LISTING-INFO =
CONDUCTOR = "Rudel "
SCHWANN-LISTING = "DG1233/\2670"
PRICE = "$34,602.00"
(eInspect 3,1012):print schwann-listing
This variable is an element of an array which has not been subscripted.
Supply necessary subscripts and try again.
(eInspect 3,1012):print schwann-listing (1,2)
$4 = "DG1234/\2630"
(eInspect 3,1012):print title(1,2)
Reference to TITLE is not unique.
Add more qualification to disambiguate the reference.
(eInspect 3,1012):print title of works of who of recording-data (1,2)
$5 = "Boheme "
(eInspect 3,1012):print recording-data.who.works.title (1,2)
$7 = "Boheme "
eInspect 3,1012):print works of who of recording-data (1)
$6 = (
TITLE = "Sigfried "
LISTING-INFO =
CONDUCTOR = "Solti "
SCHWANN-LISTING = "LN1234/\2640"
PRICE = "$34,567.00"
DEALERS-CODE = 34572,
TITLE = "Boheme "
LISTING-INFO =
CONDUCTOR = "Walter "
SCHWANN-LISTING = "DG1234/\2630"
PRICE = "$34,572.00"
DEALERS-CODE = 34577)