Production Ready Macros for SAS Application Developers
mp_lib2cards.sas File Reference

Convert all library members to CARDS files. More...

Go to the source code of this file.

Detailed Description

Gets list of members then calls the mp_ds2cards() macro usage:

mp_lib2cards(lib=sashelp , outloc= C: )

Dependencies

Parameters
lib=Library in which to convert all datasets
outloc=Location in which to store output. Defaults to WORK library. Do not use a trailing slash (my/path not my/path/). No quotes.
maxobs=limit output to the first maxobs observations
Version
9.2
Author
Allan Bowe

Definition in file mp_lib2cards.sas.