英文: How can I loop through a list of %let statements? 问题 我有五组%let语句需要循环遍历。我一直在注释掉每一组,但我刚意识到我还需要对其他大约...
调用和运行基于特定条件的宏 SAS
英文: Calling and Running a Macro based on certain conditions SAS 问题 我有以下的SAS代码,我想根据用户输入的条件来运行特定的宏预定义宏...
错误:找到的位置参数多于定义的参数。
英文: ERROR: More positional parameters found than defined 问题 尝试通过proc sql向数据库表插入值。我的值是宏。在其中一个宏中,它包含一个...
如何自动在SAS代码中生成描述。
英文: how to make a description on a SAS code automatically 问题 我想知道是否有一段SAS代码可以在日志中或txt文件中提供关于SAS程序的描述...
将文本文件内容直接导入宏变量。
英文: Import txt file content straight into macro variable 问题 我正在编写一个宏来从我们的数据库中导入数据,通过对URL进行POST请求来访问。...
SAS宏变量distinct
英文: SAS macro variable distinct 问题 以下是已翻译的内容: 我想请删除KI表中插入的所有重复项,知道我有从2007年到2022年的表。 英文: I want to pl...
SAS Enterprise Guide 如果存在任何不稳定的表,则删除。
英文: SAS Enterprise Guide Drop Volatile Tables If Any Exist 问题 I'm attempting to create a SAS macro t...
如何从SAS中的一个包含长原始数据的变量中创建多个变量
英文: How to create multiple variables from a variable with a long raw in SAS 问题 Here are the translat...
SAS running a macro loop for n and p generating variables–> then creating a macro loop which has n and p as arguments
英文: SAS running a macro loop for n and p generating variables--> then creating a macro loop which...
在SAS EG4中,我需要找到按地区排名的前10个国家名称内的前10个客户名称。
英文: In SAS EG4 i have to find Top 10 customer name within top 10 country name by region 问题 以下是示例数据: ...