PING
0.9
Statistical data handling and processing in production environment
|
Perform selective export of a dataset to any format accepted by PROC EXPORT
.
idsn
: input dataset(s) to export;geo
: (option) a list of countries or a geographical area; default: geo=
, or geo=_ALL_VALUES_
, so that the whole dataset will be exported; in practice, a where
clause is created using this list;time
: (option) year(s) of interest; default: time=
, or time=_ALL_VALUES_
, so that the whole dataset will be exported; ibid geo
;idir
: (option) name of the input directory where to look for input datasets, passed instead of ilib
; incompatible with ilib
; by default, ilib
will be set to the current directory;ilib
: (option) name of the input library where to look for input datasets; incompatible with idir
; by default, it is not used._ofn_
: (option) name (string) of the macro variable storing the output exported file name(s);odir
: (option) output directory/library to store the converted dataset; by default, it is set to:sysget(SAS_EXECFILEPATH)
if you are running on a Windows server,ilib
(i.e., sysfunc(pathname(&ilib))
) otherwise.