Reminder: You can use data set options with the CNTLIN= and CNTLOUT= data set options.See Data Set Options for a list. Specify a SAS catalog that will contain the informats or formats that you are ...
creating an input control data set from an existing SAS data set. data proclib.scale; input begin $ 1-2 end $ 5-8 amount $ 10-12; datalines; 0 3 0% 4 6 3% 7 8 6% 9 10 ...