/*SHORT TITLE:  Sample program to read vol1, historic, and index data *.

set width 80.

* All three files have the same layout.
* Remove the * in front of the file handle of the file you want to read.

file handle in /name='/eds/datasets/gen-ind-stats/data/vol1.dat'.
*file handle in /name='/eds/datasets/gen-ind-stats/data/historic.dat'.
*file handle in /name='/eds/datasets/gen-ind-stats/data/index.dat'.

data list file=in /
            country      2-5
            table    	 6-7
            indust   	 9-14  (a)
            year     	 15-16
            base     	 17-18
            multip   	 19
            decimal  	 20
            sign     	 21    (a)
            value    	 22-27
.
freq vars=country to sign.