楼主: mia851210
9164 6

OPTIONS LS=80 PS=60 REPLACE; 这句语言是什么意思?急!! [推广有奖]

  • 4关注
  • 1粉丝

硕士生

30%

还不是VIP/贵宾

-

威望
0
论坛币
198 个
通用积分
0
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
1006 点
帖子
241
精华
0
在线时间
49 小时
注册时间
2012-7-4
最后登录
2019-12-5

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
OPTIONS LS=80 PS=60 REPLACE;
LIBNAME kdw 'c:\testdata\binary_logit';

这两句语言是什么意思?
我在C盘下建立了testdata文件夹,建立KDW数据集,并把sas文件放了进去。但运行的时候一直提示错误——没有KDW数据集。
请问是怎么回事,怎么解决
谢谢~!

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:options replace Option 是什么意思 place 文件夹

沙发
子qing 发表于 2014-4-2 18:03:36 |只看作者 |坛友微信交流群
我也想知道~~

使用道具

藤椅
intheangel 学生认证  发表于 2014-4-2 20:01:17 |只看作者 |坛友微信交流群
你的数据是建立在binary_logit这个文件夹里的
我是一只瘦瘦的小猪~~~
╭︿︿︿╮
{/-◎◎-/}
( (oo) )
  ︶︶︶

使用道具

板凳
mia851210 发表于 2014-4-18 16:09:26 |只看作者 |坛友微信交流群
intheangel 发表于 2014-4-2 20:01
你的数据是建立在binary_logit这个文件夹里的
谢谢

使用道具

ls(line size)是行数
ps(page size)是列数
replace是允许替换永久数据库
libname 是建立一个library文件夹 指向你的物理地址'c:\testdata\binary_logit'

使用道具

地板
pighill 发表于 2016-3-28 11:36:36 |只看作者 |坛友微信交流群
何必不淡定。 发表于 2014-8-7 09:49
ls(line size)是行数
ps(page size)是列数
replace是允许替换永久数据库
那options命令本身是什么意思呢?谢谢

使用道具

7
fsg1117 发表于 2016-4-18 10:43:00 |只看作者 |坛友微信交流群
External data sets can be standard or nonstandard. VSAM data sets are nonstandard external data sets. The following SAS INFILE statement options can be used with any external data set, including VSAM data sets:
LINESIZE=valueLS=value


limits the record length available to the INPUT statement when you do not want to read the entire record. The LINESIZE= value specifies the maximum record length that is available to the SAS program. If a LINESIZE= value is not specified, the default is the maximum record length that was specified when the VSAM data set was defined.

If LINESIZE= is shorter than the VSAM maximum record length, the record is truncated to the specified LINESIZE= value.

If an INPUT statement attempts to read past the column that is specified by LINESIZE=, the action that is taken depends on which of the FLOWOVER, MISSOVER, and STOPOVER options is in effect. (By default, the MISSOVER option is in effect when VSAM data sets are read.)

If a PUT statement attempts to write a record longer than the value that is specified by LINESIZE=, the action that is taken depends on which of the FLOWOVER, MISSOVER, and STOPOVER options is in effect. (By default, the STOPOVER option is in effect when VSAM data sets are written.)

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-5 15:38