由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 大侠们:How to solve this EXPORT in SAS
相关主题
A SAS infile problem求问 sas _c_ 什么意思
请问我们平时在SAS里头那种data叫什么format的data呀?请教一道 R 的题目, 谢谢
包子答谢,一个txt file 转换成sas的问题SAS里怎么根据VALUE来选择需要OUTPUT的COLUMNS
小包子:怎么读一个文件中的两个不同的delimiters一个很全SAS Interview Q. List [ZT] (转载)
怎么在EXCEL里把一个column的A/B分到两个column里?请教SAS问题
R data.frame问个SAS 数据读入的问题
请教个 SAS 读数据的问题问一个sas问题3
求助!请教我这个SAS code哪里错了啊?包子问两个sas和spss数据转换的问题
相关话题的讨论汇总
话题: sas话题: column话题: export话题: 变量话题: length
进入Statistics版参与讨论
1 (共1页)
a*****4
发帖数: 986
1
大侠们:求救...
I need export a SAS Dataset to Pipe Delimited file with the following
requirements:
In filler's column, maximum length only can be to 250. Variables in the SAS
dataset include both Char/Numerical with different lengths.These can only be
put in one big filler column in a fix-length format.
一共有90多个变量,最后的输出表格只有10来个Column用Pipe隔开,所以除了几个基
本变量,其他的变量要整在一个Column里,这个Column内部要是fix-length格式
怎么把这些不同的变量用fixed length format弄到一个Column里?
t*****w
发帖数: 254
2
what does pipe delimited mean?

SAS
be

【在 a*****4 的大作中提到】
: 大侠们:求救...
: I need export a SAS Dataset to Pipe Delimited file with the following
: requirements:
: In filler's column, maximum length only can be to 250. Variables in the SAS
: dataset include both Char/Numerical with different lengths.These can only be
: put in one big filler column in a fix-length format.
: 一共有90多个变量,最后的输出表格只有10来个Column用Pipe隔开,所以除了几个基
: 本变量,其他的变量要整在一个Column里,这个Column内部要是fix-length格式
: 怎么把这些不同的变量用fixed length format弄到一个Column里?

a*****4
发帖数: 986
3
用|做分隔符号
m***c
发帖数: 118
4
用put statement
1 (共1页)
进入Statistics版参与讨论
相关主题
包子问两个sas和spss数据转换的问题怎么在EXCEL里把一个column的A/B分到两个column里?
请教一个SAS数据input的问题R data.frame
help on importing csv file to SAS请教个 SAS 读数据的问题
也问几道SAS base 题目求助!请教我这个SAS code哪里错了啊?
A SAS infile problem求问 sas _c_ 什么意思
请问我们平时在SAS里头那种data叫什么format的data呀?请教一道 R 的题目, 谢谢
包子答谢,一个txt file 转换成sas的问题SAS里怎么根据VALUE来选择需要OUTPUT的COLUMNS
小包子:怎么读一个文件中的两个不同的delimiters一个很全SAS Interview Q. List [ZT] (转载)
相关话题的讨论汇总
话题: sas话题: column话题: export话题: 变量话题: length