This example downloads
the catalog SCAT in the directory REMOTE on the server to the directory
WORK on the client. By default, catalog transfers promote the length
of short numerics within SCREEN entry types. This behavior can be
overridden by specifying EXTENDSN=NO on the catalog transfer download.
The EXTENDSN= option is supported by catalog transfer of SCREEN entry
types only.
Note: The V6TRANSPORT option is
unnecessary when transferring a catalog.
proc download incat=remote.scat outcat=work.scat
extendsn=no;
run;