首页 \ 问答 \ SAS将分钟添加到存储在宏变量中的时间戳(SAS Adding Minutes to a Timestamp Stored in a Macro Variable)

SAS将分钟添加到存储在宏变量中的时间戳(SAS Adding Minutes to a Timestamp Stored in a Macro Variable)

我通过SAS从SQL Server中提取大量数据。 我想使用循环一次拉一分钟(或小时)的数据。

时间戳的格式为'yyyymmdd hh:mm:ss.000'。

通常,我会这样做:

%macro Loop(num_days, tmstmp_begin):
%do i = 0 to &num_days.;
    proc sql;
    ...
    where tmstmp between &tmstmp_begin + &i minutes and &tmstmp_begin (&i+1) minutes;
    quit;
%end
%mend;

但是服务器上不支持分钟添加。 在Teradata,我可以使用:

DATEADD(minute, 1, tmsmtmp)

添加一分钟到时间戳,但这不会在SAS中执行(它不会传递到服务器?):

ERROR: Function DATEADD could not be located.

无论如何,我想知道是否有一个整洁的%sysfunc解决方案,可以帮助我避免生成一个时间戳的SAS表,我将从中读取宏变量,或其他一些愚蠢的东西。

基本上我需要从:

%let i = 1;
%let tmstmp = '20150801 00:00:00.000'

至:

%put ...something involving tmstmp and i...;
'20150801 00:01:00.000'

谢谢!


I am pulling a large amount of data from an SQL Server through SAS. I would like to pull one minute (or hour) of data at a time, using a loop.

The format of the timestamp is 'yyyymmdd hh:mm:ss.000'.

Usually, I would do something like:

%macro Loop(num_days, tmstmp_begin):
%do i = 0 to &num_days.;
    proc sql;
    ...
    where tmstmp between &tmstmp_begin + &i minutes and &tmstmp_begin (&i+1) minutes;
    quit;
%end
%mend;

But the minute addition is not supported on the server. In Teradata, I can use:

DATEADD(minute, 1, tmsmtmp)

to add a minute to the timestamp, but this will not execute in SAS (it doesn't pass through to the server?):

ERROR: Function DATEADD could not be located.

Anyway I was wondering if there is a neat %sysfunc solution that would help me avoid generating a SAS table of timestamps from which I would read into macro variables, or something else just as silly.

Basically I need to go from:

%let i = 1;
%let tmstmp = '20150801 00:00:00.000'

to:

%put ...something involving tmstmp and i...;
'20150801 00:01:00.000'

Thanks!


原文:https://stackoverflow.com/questions/32705161
更新时间:2023-01-14 13:01

最满意答案

改变$sStatus = $_POST['sStatus']; to: $sStatus = isset($_POST['sStatus'])?$_POST['sStatus']:"";

if (sStatus == "all")改为if ($sStatus == "all") =>缺少$

更改$num=mysql_numrows($result); to $num=mysql_num_rows($result);


Change $sStatus = $_POST['sStatus']; to : $sStatus = isset($_POST['sStatus'])?$_POST['sStatus']:"";

Change if (sStatus == "all") to if ($sStatus == "all") => missing $

Change $num=mysql_numrows($result); to $num=mysql_num_rows($result);

相关问答

更多

相关文章

更多

最新问答

更多
  • python的访问器方法有哪些
  • 使用Zend Framework 2中的JOIN sql检索数据(Retrieve data using JOIN sql in Zend Framework 2)
  • 透明度错误IE11(Transparency bug IE11)
  • linux的基本操作命令。。。
  • 响应navi重叠h1和nav上的h1链接不起作用(Responsive navi overlaps h1 and navi links on h1 isn't working)
  • 在C中读取文件:“r”和“a +”标志的不同行为(Reading a File in C: different behavior for “r” and “a+” flags)
  • NFC提供什么样的带宽?(What Kind of Bandwidth does NFC Provide?)
  • 元素上的盒子阴影行为(box-shadow behaviour on elements)
  • Laravel检查是否存在记录(Laravel Checking If a Record Exists)
  • 设置base64图像的大小javascript - angularjs(set size of a base64 image javascript - angularjs)
  • 想学Linux 运维 深圳有哪个培训机构好一点
  • 为什么有时不需要在lambda中捕获一个常量变量?(Why is a const variable sometimes not required to be captured in a lambda?)
  • 在Framework 3.5中使用服务器标签<%=%>设置Visible属性(Set Visible property with server tag <%= %> in Framework 3.5)
  • AdoNetAppender中的log4net连接类型无效(log4net connection type invalid in AdoNetAppender)
  • 错误:发送后无法设置标题。(Error: Can't set headers after they are sent. authentication system)
  • 等待EC2实例重启(Wait for an EC2 instance to reboot)
  • 如何在红宝石中使用正则表达式?(How to do this in regex in ruby?)
  • 使用鼠标在OpenGL GLUT中绘制多边形(Draw a polygon in OpenGL GLUT with mouse)
  • 江民杀毒软件的KSysnon.sys模块是什么东西?
  • 处理器在传递到add_xpath()或add_value()时调用了什么顺序?(What order are processors called when passed into add_xpath() or add_value()?)
  • sp_updatestats是否导致SQL Server 2005中无法访问表?(Does sp_updatestats cause tables to be inaccessible in SQL Server 2005?)
  • 如何创建一个可以与持续运行的服务交互的CLI,类似于MySQL的shell?(How to create a CLI that can interact with a continuously running service, similar to MySQL's shell?)
  • AESGCM解密失败的MAC(AESGCM decryption failing with MAC)
  • SQL查询,其中字段不包含$ x(SQL Query Where Field DOES NOT Contain $x)
  • PerSession与PerCall(PerSession vs. PerCall)
  • C#:有两个构造函数的对象:如何限制哪些属性设置在一起?(C#: Object having two constructors: how to limit which properties are set together?)
  • 平衡一个精灵(Balancing a sprite)
  • n2cms Asp.net在“文件”菜单上给出错误(文件管理器)(n2cms Asp.net give error on Files menu (File Manager))
  • Zurb Foundation 4 - 嵌套网格对齐问题(Zurb Foundation 4 - Nested grid alignment issues)
  • 湖北京山哪里有修平板计算机的