Create the PRINTERS data set. The INPUT statement contains the names of the four required variables. Each data line contains the information that is needed to produce a single printer definition.
data printers; input name $ 1-14 model $ 16-42 device $ 46-53 dest $ 57-70; datalines; Myprinter PostScript Level 1 (Color) PRINTER printer1 Laserjet PCL 5 PIPE lp -dprinter5 Color LaserJet PostScript Level 2 (Color) PIPE lp -dprinter2 ;