Specify a fuzz factor for matching values to a range DEFAULT= Specify a fuzz factor for matching values to a range FUZZ= Specify a maximum length for the format MAX= Specify a minimum length for the ...
SAS Program That Copies Data Sets and Catalogs to a Transport File libname test 'joe.mytest.sas'; proc cport library=test; run; The LIBNAME statement assigns the libref TEST to the physical location ...