PING  0.9
Statistical data handling and processing in production environment
ds_split
%ds_split(idsn, var=, num=, oname=, _odsn_=, ilib=WORK, olib=WORK);

Arguments

  • idsn : ;
  • var : (option);
  • num : (option);
  • oname : (option);
  • ilib : (option).

Returns

  • _odsn_ : (option);
  • olib : (option).

References

  1. Gerlach, J.R. and Misra, S. (2002): "Splitting a large SAS dataset".
  2. Williams, C.S. (2008): "PROC SQL for DATA step die-hards".
  3. Hemedinger, C. (2012): "How to split one data set into many".
  4. Sempel, H. (2012): "Splitting datasets on unique values: A macro that does it all".
  5. Ross, B. and Bennett, J. (2016): "PROC SQL for SQL die-hards".

See also

%ds_select.