Ryslander.com

implementation, consolidation and innovation

Ryslander.com

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Contact

Monthly Archives: July 2014

Make a folder with ISO date and time in SAS

Posted on July 17, 2014 by Root
Reply

The code below makes a folder with an ISOdate.

1
2
3
4
5
6
7
%let ISOdt  = %sysfunc(datetime(), B8601DT.);
 
 
data _null_;
rc = system("mkdir c:\test\&ISOdt.");
put rc=;
run;

 

Posted in SAS | Tagged date, folder, ISO, time | Leave a reply
Pluralsight

Powered by WP Bannerize

Recent Posts

  • Microsoft Team Foundation Server (TFS) and SAS
  • Automatically analyzing and documenting SAS-code
  • Uniqueness in data
  • Directory for SAS-macros
  • Testing a port with PowerShell

Recent Comments

  • Bibaswan Padhi on How to install and configure DB2 ODBC driver
  • Root on Connecting to Azure SQL-server from SAS
  • Pranav on How to install and configure DB2 ODBC driver
  • C Gonzales on Connecting to Azure SQL-server from SAS
  • Dinesh on How to install and configure DB2 ODBC driver

Archives

  • April 2018
  • March 2018
  • January 2018
  • July 2017
  • June 2017
  • February 2016
  • December 2015
  • November 2015
  • July 2015
  • May 2015
  • March 2015
  • November 2014
  • September 2014
  • July 2014
  • June 2014
  • May 2014
  • March 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • October 2012
  • August 2012
  • June 2012
  • May 2012
  • April 2012
  • February 2012
  • January 2012

Categories

  • Azure
  • Business Intelligens
  • DB2
  • Excel
  • IIS
  • Microsoft SQL-server
  • Programming
  • SAS
  • Sharepoint
  • Sony Ericsson X10 Mini Pro
  • SSAS
  • SSIS
  • Visual Studio
  • WDTV (Gen1)
  • Windows
  • Windows 8

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Proudly powered by WordPress