Input SAS Data Set for Examples

Tradewinds Travel has a schedule for tours to various art museums and galleries. It would be convenient to keep different SAS data sets that contain different information about the tours. The tour data is stored in an external file that contains the following information:
1         2 3    4      5
-------------------------------
Rome      3 1550 Medium D'Amico
Brasilia  8 3360 High   Lucas
London    6 2460 Medium Wilson
Warsaw    6    .        Lucas
Madrid    3  740 Low    Torres
Amsterdam 4 1160 Low
The following list describes the fields in the input file:
1 provides the name of the destination city
2 specifies the number of nights on the tour
3 specifies the cost of the land package in U.S. dollars
4 specifies a rating for the budget
5

Get Step-by-Step Programming with Base SAS 9.4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.