tag 标签: Character经管大学堂:名校名师名课

相关帖子

版块 作者 回复/查看 最后发表
SAS dataset转换成.xpt 文件时不能超过8个character??? SAS专版 previal 2013-9-23 12 9131 贝因美奶粉 2022-6-13 00:40:24
解决 Some character data was lost during transcoding in the dataset问题 SAS专版 数量经济学zuo 2012-4-27 12 16010 join71 2020-10-12 20:40:15
Networks in Aviation Strategies and Structures attach_img 运营管理(物流与供应链管理) Toyotomi 2013-3-24 1 1919 yunxilee 2019-8-25 14:33:48
R语言的常用函数 R语言论坛 kk22boy 2013-3-12 7 49471 七七禾页 2018-2-13 20:39:13
求助。导入spss出错,懂的帮一下,谢谢 数据分析与数据挖掘 fruiffour 2013-4-15 1 2325 zryhr 2015-3-27 13:29:42
询问关于Length的问题(123题中的题目)! SAS专版 童童的草莓 2013-10-26 2 2222 bobguy 2013-10-27 21:53:19
Merge by character variable, different length SAS专版 一眼瞬间 2013-10-15 1 1199 一眼瞬间 2013-10-15 13:53:41
字符的识别 SAS专版 edwardzxf 2013-9-24 2 1190 edwardzxf 2013-9-24 13:27:04
悬赏 求Cootner 《The Random Character of Stock Market Prices》 - [悬赏 10 个论坛币] 悬赏大厅 bpodq 2011-2-10 4 3156 Bumboo 2013-6-3 16:29:53
悬赏 如何在SAS中文版运行不出错 - [悬赏 50 个论坛币] SAS专版 dxystata 2013-4-23 0 1572 dxystata 2013-4-23 14:39:58
Overview of SAS Functions and CALL Routines by Category SAS专版 webgu 2013-3-3 6 2540 Pen_Z 2013-4-21 09:57:34
求助:R连接mysql时报错unexpected protocol character =‘7’ during authentication R语言论坛 zhangdanbxh 2012-10-28 0 2676 zhangdanbxh 2012-10-28 20:23:30
为什么没有输出结果? SAS专版 baiduqiqi 2012-9-9 3 5226 lynette_89 2012-9-11 21:43:39
sas中对变量赋与新名称,character data 丢失咋回事? 计量经济学与统计软件 shewoqishuini 2010-3-22 6 3865 lovelybetty1208 2012-6-19 11:07:40
求助 Some character data was lost during transcoding in the dataset SAS专版 nuoru 2010-8-21 7 6530 数量经济学zuo 2012-4-23 22:41:37
Decent People, Decent Company: How to Lead With Character at Work and in Life attachment 商学院 tombell 2010-3-25 6 2835 moremoresummer 2012-3-21 12:12:13
数据合并错误 SAS专版 雪荆 2011-11-6 3 2792 雪荆 2011-11-7 09:17:26
悬赏 how to convernt character variable into datetime format - [!reward_solved!] SAS专版 rockfido 2010-12-3 3 2484 crackman 2010-12-4 22:19:23
求Cootner 《The Random Character of Stock Market Prices》 计量经济学与统计软件 bpodq 2008-9-19 0 2775 bpodq 2008-9-19 12:19:00

相关日志

分享 【转载】可以在%sysfunc中使用的函数
dream9876 2015-4-10 10:13
ATTRC returns the value of a character attribute for a SAS data set. %SYSFUNC(ATTRC(data-set-id,attr-name)) ATTRN returns the value of a numeric attribute for specified SAS data set. %SYSFUNC(ATTRN(data-set_id,attr-name)) CEXIST verifies the existence of a SAS catalog or SAS catalog entry. %SYSFUNC(CEXIST(entry , 'U')) CLOSE closes a SAS data set. %SYSFUNC(CLOSE(data-set-id)) CUROBS returns the number of the current observation. %SYSFUNC(CUROBS(data-set-id)) DCLOSE closes a directory. %SYSFUNC(DCLOSE(directory-id)) DINFO returns a specified information item for a directory. %SYSFUNC(DINFO(directory-id,info-items)) DNUM returns the number of members in a directory. %SYSFUNC(DNUM(directory-id)) DOPEN opens a directory. %SYSFUNC(DOPEN(fileref)) DOPTNAME returns a specified directory attribute. %SYSFUNC(DOPTNAME(directory-id,nval)) DOPTNUM returns the number of information items available for a directory. %SYSFUNC(DOPTNUM(directory-id)) DREAD returns the name of a directory member. %SYSFUNC(DREAD(directory-id,nval)) DROPNOTE deletes a note marker from a SAS data set or an external file. %SYSFUNC(DROPNOTE(data-set-id|file-id,note-id)) DSNAME returns the data set name associated with a data set identifier. %SYSFUNC(DSNAME(dsid)) EXIST verifies the existence of a SAS data library member. %SYSFUNC(EXIST(member-name,member-type)) FAPPEND appends a record to the end of an external file. %SYSFUNC(FAPPEND(file-id,cc)) FCLOSE closes an external file, directory, or directory member. %SYSFUNC(FCLOSE(file-id)) FCOL returns the current column position in the File Data Buffer (FDB) %SYSFUNC(FCOL(file-id)) FDELETE deletes an external file. %SYSFUNC(FDELETE(fileref)) FETCH reads the next nondeleted observation from a SAS data set into Data Set Data Vector (DDV). %SYSFUNC(FETCH(data-set-id,'NOSET')) FETCHOBS reads a specified observation from a SAS data set into the DDV. %SYSFUNC(FETCHOBS(data-set-id,obs-number,options)) FEXIST verifies the existence of an external file associated with a fileref. %SYSFUNC(FEXIST(fileref)) FGET copies data from the FDB. %SYSFUNC(FGET(file-id,cval,length)) FILEEXIST verifies the existence of an external file by its physical name. %SYSFUNC(FILEEXIST(file-name)) FILENAME assigns or deassigns a fileref for an external file, directory, or output device. %SYSFUNC(FILENAME(fileref,filename,device,hostoptions,dir-ref)) FILEREF verifies that a fileref has been assigned for the current SAS session. %SYSFUNC(FILEREF(fileref)) FINFO returns a specified information item for a file. %SYSFUNC(FINFO(file-id,info-item)) FNOTE identifies the last record that was read. %SYSFUNC(FNOTE(file-id)) FOPEN opens an external file. %SYSFUNC(FOPEN(fileref,open-mode,record-length,record-format)) FOPTNAME returns the name of an information item for an external file. %SYSFUNC(FOPTNAME(file-id,nval)) FOPTNUM returns the number of information items available for an external file. %SYSFUNC(FOPTNUM(file-id)) FPOINT positions the read pointer on the next record to be read. %SYSFUNC(FPOINT(file-id,note-id)) FPOS sets the position of the column pointer in the FDB. %SYSFUNC(FPOS(file-id,nval)) FPUT moves data to the FDB of an external file starting at the current column position. %SYSFUNC(FPUT(file-id,cval)) FREAD reads a record from an external file into the FDB. %SYSFUNC(FREAD(file-id)) FREWIND positions the file pointer at the first record. %SYSFUNC(FREWIND(file-id)) FRLEN returns the size of the last record read, or the current record size for a file opened for output. %SYSFUNC(FRLEN(file-id)) FSEP sets the token delimiters for the FGET function. %SYSFUNC(FSEP(file-id,cval)) FWRITE writes a record to an external file. %SYSFUNC(FWRITE(file-id,cc)) GETOPTION returns the value of a SAS system or graphics option. %SYSFUNC(GETOPTION(option-name,reporting-options,...)) GETVARC assigns the value of a SAS data set variable to a character DATA step or macro variable. %SYSFUNC(GETVARC(data-set-id,var-num)) GETVARN assigns the value of a SAS data set variable to a numeric DATA step or macro variable. %SYSFUNC(GETVARN(data-set-id,var-num)) LIBNAME assigns or deassigns a libref for a SAS data library. %SYSFUNC(LIBNAME(libref,SAS-data-library,engine,options)) LIBREF verifies that a libref has been assigned. %SYSFUNC(LIBREF(libref)) MOPEN opens a directory member file. %SYSFUNC(MOPEN(directory-id,member-nameopen-mode,record-length,record-format)) NOTE returns an observation ID for current observation of a SAS data set. %SYSFUNC(NOTE(data-set-id)) OPEN opens a SAS data file. %SYSFUNC(OPEN(data-file-name,mode)) PATHNAME returns the physical name of a SAS data library or an external file. %SYSFUNC(PATHNAME(fileref)) POINT locates an observation identified by the NOTE function. %SYSFUNC(POINT(data-set-id,note-id)) REWIND positions the data set pointer to beginning of a SAS data set. %SYSFUNC(REWIND(data-set-id)) SPEDIS returns a number for the operation required to change an incorrect keyword in a WHERE clause to a correct keyword. %SYSFUNC(SPEDIS(query,keyword)) SYSGET returns the value of the specified host environment variable. %SYSFUNC(sysget(host-variable)) SYSMSG returns the error or warning message produced by the last function that attempted to access a data set or external file. %SYSFUNC(SYSMSG()) SYSRC returns the system error number or exit status of the entry most recently called. %SYSFUNC(SYSRC()) VARFMT returns the format assigned to a data set variable. %SYSFUNC(VARFMT(data-set-id,var-num)) VARINFMT returns the informat assigned to a data set variable. %SYSFUNC(VARINFMT(data-set-id,var-num)) VARLABEL returns the label assigned to a data set variable. %SYSFUNC(VARLABEL(data-set-id,var-num)) VARLEN returns the length of a data set variable. %SYSFUNC(VARLEN(datasetid,var-num)) VARNAME returns the name of a data set variable. %SYSFUNC(VARNAME(data-set-id,var-num)) VARNUM returns the number of a data set variable. %SYSFUNC(VARNUM(data-set-id,var-name)) VARTYPE returns the data type of a data set variable. %SYSFUNC(VARTYPE(data-set-id,var-num)) http://blog.sina.com.cn/s/blog_6e0a03730100nc1x.html
33 次阅读|0 个评论
分享 Who Is Ben Bernanke's Worst Nightmare?"
insight 2013-5-1 10:44
Who Is Ben Bernanke's Worst Nightmare?" Submitted by Tyler Durden on 04/30/2013 10:55 -0400 Ben Bernanke Ben Bernanke All we can say is that we are very delighted that an imaginary character from a fictitious narrative is not Ben Bernanke's worst nightmare. The truth is that he has much more real things to worry about. Source: Yahoo Finance Average:
个人分类: 美国经济|28 次阅读|0 个评论
分享 Index
yukai08008 2013-2-18 20:47
General form, INDEX function: INDEX( source,excerpt ) where source specifies the character variable or expression to search excerpt specifies a character string that is enclosed in quotation marks (' '). 可以用来挑选包含字符串的数据集子集 data hrd.datapool; set hrd.temp; if index(job,'word processing') 0; run;
个人分类: 学习笔记|0 个评论
GMT+8, 2025-12-24 12:16