由买买提看人间百态

topics

全部话题 - 话题: formatting
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
a*****3
发帖数: 601
1
来自主题: Statistics版 - format problem, urgent
那就用proc format 慢慢写好了
proc format ;
value philadelphia 1 = '0001'
2 = '0002'
....
other = 'urgent';

14
0011
a*****3
发帖数: 601
2
来自主题: Statistics版 - format problem, urgent
什么是 x window ??
反正我觉得sas造了个黑盒子, 文档也写得不明不白, 比如最简单的format/informat,
这连个东西什么区别,里面的实现机制, 文档里可是语焉不详, 我看了好几遍都没
看懂. 问个最最简单的,如何定义 numeric/character informat/format = ? 我出20
伪币 看谁能把定义从文档里找出来.
再比如说排序这个事, 里面的mechanics也不清楚, 比如说,排玩序了,是在dataset
里面做了记号,还是在pdv里面做了什么手脚? First. Last. 然后是根据什么生成的
?尤其象by var1 var2 var3, 然后引用First.Var2 这种情况 文档里可是一点没说
呀.
还有通过ods结合各种procs生成的dataset, 里面是什么变量,什么命名规则,目前还
没研究过文档..估计也是写得一塌糊涂.
总之 这个黑盒子也许不错, 就是太黑了。
p********a
发帖数: 5352
3
use proc format cntlout 转化成SAS DATA,MOVE 到UNIX, 然后用PROC FORMAT
CNTLIN重新CREATE FROAMTS
w****r
发帖数: 186
4
来自主题: Statistics版 - a question about proc format
wait online, please advise!
Use such syntax to assign format, all other worked, except those code
starting with V.
Can anybody help on this?
proc format;
value $angiof
"00.61", "00.62", "00.66", "36.03", "39.50", "v45.82" ="angio ";
Thanks!
d******9
发帖数: 404
5
来自主题: Statistics版 - a question about proc format
It works very well. Why did u say it does not work???
proc format;
value $angiof
"00.61", "00.62", "00.66", "36.03", "39.50", "v45.82" ="angio ";
run;
data A;
input A S $;
format S $angiof.;
cards;
1 00.61
2 00.66
3 36.03
4 39.50
5 v45.82
;
run;
proc print;
run;
SAS Ourput:
Obs A S
1 1 angio
2 2 angio
3 3 angio
4 4 angio
5 5 angio
x*******u
发帖数: 500
6
来自主题: Statistics版 - SAS date format 的问题
有人给我一个数据, 两种格式, 一个是csv 原始数据, 一个是SAS data。
本来应该是一样的, 对比的时候发现
原始数据有两个variables是年份
year1 year2
2001 2002
2001 2003
2001 2002
...
SAS data里面却是
year1 year2
01JAN20:00:00:00 2002
01JAN20:00:00:00 2003
01JAN20:00:00:00 2002
如果我用proc import读取CSV原始data,
PROC IMPORT OUT= WORK.mydata
DATAFILE= "c:\mydata.csv"
DBMS=CSV REPLACE;
GETNAMES=YES;
RUN;
得到的SAS data跟别人给我的一样。year1 也是怪怪的。
如果我copy and paste上面import程序的log, 然后删掉year1 的format(DATETIME.)
和informat(ANYDTDTM40.),
得到的year... 阅读全帖
s*****a
发帖数: 2735
7
来自主题: Statistics版 - SAS date format 的问题
如果不用做批输入,你试试吧csv file存为xls/xlsx,然后把date column format成
text or date,然后在做proc import 试试? 不太清楚csv file可以定制column
format。
还有一种,就是不要直接写code做import,在sas program左上方有个“file” tab,
从那里用鼠标选import data,再一步一步来,或许有用。最后把code另存留下来,将
来备用。
p***7
发帖数: 535
8
来自主题: Statistics版 - question about proc format
proc format;
value score 370 - 670 = '670-'
671 - 870 = '671+'
other = 'unscored'
;
proc freq data=score;
table score;
format score score.;
run;
in the output window the ‘unscored’ label appears without truncation.
Because when assigning a character label in a
dataset, the length of the first evaluation of the
label will be applied to all labels.
I don't understand it,what does the first evaluation mean here? for me
the length of '670-' is shorter than... 阅读全帖
g*********n
发帖数: 441
9
hey guys, i have format like 10175996, means the 10:17:59 in the morning,
however, if the digits behind the second larger than 30,i need to transfer
it to 101760. So in this case, 96 is larger than 30, it would be rounding
to 101760. Otherwise, if is 10175929 it still would be 101759. and i need
this format could be character.
I know it is not hard, but when i run some logic, the code would not work.
Any help would be highly appreciated!
Will send baozi, if any SAS code works.
Thanks a lot!
g****e
发帖数: 167
10
来自主题: DataSciences版 - Pyspark 怎么format output?
刚开始接触spark. 我只会用SaveAsTextFile 保存结果,但是结果需要formatting. 请
问有什么办法可以format么?多谢!
h*****e
发帖数: 439
11
来自主题: _Rangefinder版 - suggestions for medium format camera (转载)
【 以下文字转载自 FilmPhotography 俱乐部 】
发信人: hotwire (欠FBI的10块钱啥时候能还清呢?), 信区: FilmPhotography
标 题: suggestions for medium format camera
发信站: BBS 未名空间站 (Wed Apr 8 22:09:15 2009)
Hi,
I'm buying a medium format camera for my father and would really appreciate
some suggestion from you guys.
I'm thinking about a Linhof Technika 70.
thanks a mil/
l**p
发帖数: 474
12
来自主题: _Graphics版 - OFF - A 3D Object File Format
OFF - A 3D Object File Format
Randi J. Rost
6-November-1986
Updated 12-October-1989
Digital Equipment Corporation
Workstation Systems Engineering
100 Hamilton Ave.
Palo Alto, Ca. 94301
This document describes the data format
developed by
l**p
发帖数: 474
13
来自主题: _Graphics版 - OOGL - File formats for OOGL geometric
OOGL(5) OOGL(5)
NAME
OOGL - File formats for OOGL geometric objects
NOTE
The material in this manual page also appears in the
Geomview manual.
DESCRIPTION
OOGL File Formats
*****************
The objects that you can load into Geomview are called OOGL objects.
OOGL stands for "Object Oriented Graphics Library"; it is the library
upon which Geomview is built.
There are many differ
n**********g
发帖数: 949
14
求HP Officejet 7000 Wide Format Printer (C9299A#B1H)
PM Plz
Y**5
发帖数: 262
15
我想要的物品:
Brand New HP Officejet 7000 Wide Format Printer C9299A to 1-2 DAY TO AZ
85137 +ML
单张面值:
NA
可接受的价格(必须明码标价!):
$90
物品新旧要求:
new in hand with UPC.
邮寄方式要求:
default
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
PAYPAL, BOA
其他补充说明:
PM your zip
广告的有效期:
till get
物品来源: HP
x********7
发帖数: 1525
16
brand new
Nikon D7000 16.2MP DX-Format CMOS Digital SLR with 3.0-Inch LCD (Body Only)
1000+my label(negotiable)
H*s
发帖数: 1410
17
来自主题: Classified版 - [求购]3 OFF 15 Rite Aid coupon pdf format
不建议交易打印胖子;胖子是免费的,收费的是服务:
[求购]3 OFF 15 Rite Aid coupon
所求物品名称:
3 OFF 15 Rite Aid coupon pdf format
物品类别(coupon: mfc 等;血糖仪等):
coupon
物品来源(报纸夹页,厂家邮寄等):
Printed
可接受的价格(必须明码标价,必填):
6包子
邮寄损失方式哪方承担(若需邮寄,必填):
付款方式说明:
站内
本贴有效期(必填):
till got it
联系方式(例: 站内):
站内
I****8
发帖数: 5829
18
我想要的物品:
HP Officejet 7000 Wide-Format Printe+cable
单张面值:
可接受的价格(必须明码标价!):
85
物品新旧要求:
新, SEALED
邮寄方式要求:
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
物品来源:
我的联系方式:
二手交易风险自负!请自行验证是否合法和一手卡!:
d**p
发帖数: 1800
19
来自主题: Classified版 - [出售]Officejet 7000 wide format printer
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
Officejet 7000 wide format printer
单张面值:
可接受价格(必须明码标价!):
$115
物品新旧要求:

邮寄方式要求:
your label
买卖双方谁承担邮寄损失(Required if not code only):
before me, after you
付款方式说明:
paypal, boa, cc billpay
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
HP
我的联系方式:
站内信
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip:
OR
d*********r
发帖数: 11979
20
我想要的物品:
Kohls Cash (email format) about $200 @ 0.65
单张面值:
total $200 zuo you
可接受的价格(必须明码标价!):
0.65, must email me in next hour
物品新旧要求:
email me
邮寄方式要求:
email me
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
物品来源:
我的联系方式:
二手交易风险自负!请自行验证是否合法和一手卡!:
h******n
发帖数: 3989
21
我想要的物品:
[label ready 求购]HP 7000 wide format to OR @$166
new factory sealed. no damage to the box
mine from 50xxx
付款方式说明:
BOA, chase quickpay, billpay, check,
pm or m********[email protected]
m**********g
发帖数: 2131
22
Billpay,周一Cut Off前寄出。请PM ZIP,谢谢!
我想要的物品:
HP Officejet 7110 Wide Format ePrinter
单张面值:
varies
可接受的价格(必须明码标价!):
above
物品新旧要求:
new
邮寄方式要求:
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
till get
物品来源:
我的联系方式:
PM
d*****r
发帖数: 3762
23
会不会删除数据?partition or format? Thanks!
o****n
发帖数: 538
24
来自主题: Faculty版 - New Biographical Sketch Format
是说5月25日之后提交的一定要用new format吧。
改变也就是从4页到5页了;改改格式还好。有点麻烦的是那个“MyBibliography”——
如果你的publications多数在pubmed里有还好,如果又多又跟pubmed少重合,就雇个
undergrat帮你手工录入吧。你需要登录eRA commons然后delegate她/他。
l****y
发帖数: 486
25
美国主流大学/研究所找的生物方面的AP一般是博后一篇CNS的,这个新形式对他们不利
,因为一个方向一篇文章(即使是(CNS)太寒碜了。相反,有些博后虽然没有CNS,但在
一个方向上有持续地发文章(比如,jbc+pnas+molecular cell),就好看多了。
还有,这种新形式对想拿第二个R01的junior faculty也非常不利。因此对于
established investigator,你列的多数文章得是自己last author 的文章,这种新
format里放coauthor or first author文章显得很寒碜,得在一个方向有好几篇last
author文章才比较好看。所以集中火力攻一个方向很重要。
z*******2
发帖数: 658
26
Epson Stylus Photo 1400 Wide Format Printer 180有人收吗,
d*********r
发帖数: 11979
27
广告标题:
Epson 1400 wide-format printer
我现有的物品:
same, sealed in WA
我想要的物品:
same sealed in MD 1-2 days
or buy at $160
建议交换比率 (required):
1:1
邮寄方式要求:
ml
买卖双方谁承担邮寄损失(required if not code only):
mad
其它补充说明:
pm zip please
广告的有效期:
till get
我的联系方式:
bbs mail
单张面值:
物品来源 (required for ALL cards!):
c*********a
发帖数: 2265
28
我想卖的物品:
HP 7000 wide format printer (>=3台)
单张面值:
可接受价格(必须明码标价!):
$100 each
物品新旧要求:
new
邮寄方式要求:
Your Label
From: CA
买卖双方谁承担邮寄损失(Required if not code only):
default
付款方式说明:
BOA or noncc paypal
其他补充说明:
广告的有效期:
till gone
物品来源(Required for All Cards!):
我的联系方式:
mitbbs
d*********r
发帖数: 11979
29
我想要的物品:
2 Epson 1400 wide-format printer to FL $160
单张面值:
?
可接受的价格(必须明码标价!):
160 each
1-2 days to FL
物品新旧要求:
new sealed
邮寄方式要求:
ml
买卖双方谁承担邮寄损失(Required if not code only):
mad
付款方式说明:
pp
其他补充说明:
need 2
广告的有效期:
物品来源:
epson store etc.
我的联系方式:
bbsmail
二手交易风险自负!请自行验证是否合法和一手卡!:
s******s
发帖数: 4593
30
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
4个 Stylus R1900 Wide Format Photo Printer w/inks
单张面值:
可接受价格(必须明码标价!):
$370 each + YL
物品新旧要求:
Brand New (UPC barcode is dried off)
邮寄方式要求:
Your Label
买卖双方谁承担邮寄损失(Required if not code only):
Before system, me
after, you
付款方式说明:
BOA or non-cc Paypal
其他补充说明:
广告的有效期:
Till gone
物品来源(Required for All Cards!):
tigerdirect
我的联系方式:
bbs mail
Warranty期限:
n**********g
发帖数: 949
31
求HP Officejet 7000 Wide Format Printer (C9299A#B1H)
PM Plz
Y**5
发帖数: 262
32
我想要的物品:
Brand New HP Officejet 7000 Wide Format Printer C9299A to 1-2 DAY TO AZ
85137 +ML
单张面值:
NA
可接受的价格(必须明码标价!):
$90
物品新旧要求:
new in hand with UPC.
邮寄方式要求:
default
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
PAYPAL, BOA
其他补充说明:
PM your zip
广告的有效期:
till get
物品来源: HP
x********7
发帖数: 1525
33
brand new
Nikon D7000 16.2MP DX-Format CMOS Digital SLR with 3.0-Inch LCD (Body Only)
1000+my label(negotiable)
I****8
发帖数: 5829
34
我想要的物品:
HP Officejet 7000 Wide-Format Printe+cable
单张面值:
可接受的价格(必须明码标价!):
85
物品新旧要求:
新, SEALED
邮寄方式要求:
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
物品来源:
我的联系方式:
二手交易风险自负!请自行验证是否合法和一手卡!:
d**p
发帖数: 1800
35
来自主题: FleaMarket版 - [出售]Officejet 7000 wide format printer
二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
Officejet 7000 wide format printer
单张面值:
可接受价格(必须明码标价!):
$115
物品新旧要求:

邮寄方式要求:
your label
买卖双方谁承担邮寄损失(Required if not code only):
before me, after you
付款方式说明:
paypal, boa, cc billpay
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
HP
我的联系方式:
站内信
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip:
OR
d*********r
发帖数: 11979
36
我想要的物品:
Kohls Cash (email format) about $200 @ 0.65
单张面值:
total $200 zuo you
可接受的价格(必须明码标价!):
0.65, must email me in next hour
物品新旧要求:
email me
邮寄方式要求:
email me
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
物品来源:
我的联系方式:
二手交易风险自负!请自行验证是否合法和一手卡!:
h******n
发帖数: 3989
37
我想要的物品:
[label ready 求购]HP 7000 wide format to OR @$166
new factory sealed. no damage to the box
mine from 50xxx
付款方式说明:
BOA, chase quickpay, billpay, check,
pm or m********[email protected]
m**********g
发帖数: 2131
38
Billpay,周一Cut Off前寄出。请PM ZIP,谢谢!
我想要的物品:
HP Officejet 7110 Wide Format ePrinter
单张面值:
varies
可接受的价格(必须明码标价!):
above
物品新旧要求:
new
邮寄方式要求:
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
till get
物品来源:
我的联系方式:
PM
m**********g
发帖数: 2131
39
Billpay,请PM ZIP,谢谢!
我想要的物品:
HP Officejet 7110 Wide Format ePrinter
单张面值:
varies
可接受的价格(必须明码标价!):
above
物品新旧要求:
new
邮寄方式要求:
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
其他补充说明:
广告的有效期:
till get
物品来源:
我的联系方式:
PM
r********e
发帖数: 249
40
来自主题: JobHunting版 - E-Verify ID format?
Need E-verfy ID from my employer to extend my OPT, but they gave me two IDs
and they even don't know which one is the one I need:
Client ID Number – 123456
Employer Identification Number – 123456789
Do you guys know the format and how many digits E-verify ID should be?
Thanks so much!
Waiting reply online...
t********g
发帖数: 145
41
来自主题: JobHunting版 - About resume's format
When you attach your resume in the email, which format you use, word or pdf?
thanks.
c***7
发帖数: 42
42
来自主题: JobHunting版 - implement Java format function in 40mins
Interviewer is a India guy, company is Microsoft. Phone interview.
He start to ask each of my experience listed in resume. It takes 20mins.
Then give a function signature
String format(string fmt, object[] rags)
No comments for special requirement.
Example
1st arg "Hello {0}", 2nd arg{"Xxx"}
Return "hello Xxx"
Sounds easy. Then I take about 25mins to complete it. I need to share my
thoughts with him during coding.
Note: the input parameter does not have to be valid. Which means I need to
conside... 阅读全帖
i****a
发帖数: 36252
43
【 以下文字转载自 Movie 讨论区 】
发信人: iMaJia (iMac,iPod,iPad,i馬甲), 信区: Movie
标 题: Are those movies are in Full screen or Wide screen format?
发信站: BBS 未名空间站 (Fri Jun 13 16:12:54 2014, 美东)
http://www.bestbuy.com/site/charlottes-web-2006-charlottes-web-
http://pisces.bbystatic.com/image2/images/movie/id/883929393534
j*****h
发帖数: 3292
44
来自主题: Stock版 - Trading Journal excel format
Anyone can share trading journal template in excel or any other format?
PM
y****z
发帖数: 445
45
What is the point of Employment Verification Letter for I485?
Who can kindly provide the format?
X**J
发帖数: 466
46
你能打开我share的document吗?
Email to: [email protected]
/* */
Subject: The Same or a Similar Occupational Classification” for Purposes of
Section 204(j) Job Portability
Comments on Draft PM-602-0122
目标是扩大similar job范围,我的模板是弱化soc code的作用,不管对那个group,强
调transferable skills!!!
uscis最后会根据comments百分比和合理性修改final rule,就算直接copy paste一样的
format,只要邮箱不一样肯定会被count的。
C**********s
发帖数: 1282
47
来自主题: LosAngeles版 - Help! From paper photo to digital format JPEG
I have some old photos (hardcopies) but I would like to convert them to
digital format. Does any one know the store that provide this service with
good quality?
Appreciate that !!!
s******1
发帖数: 729
48
来自主题: SanDiego版 - 急问一个APA format top margin的问题
上网求救一下,急问一个APA format里面top margin的问题,如果有人知道的话麻烦告
诉我,有急用,谢谢。
Margin requirement:
Top margin:
-page numbers: 1" from top-right corner
-text: 1.25" minimum, 1.5" maximum
在heading 里面怎么样能够把页数放在这个1"from top-right corner的地方呢?在哪
里找呢?谢谢。
f****n
发帖数: 66
49
So right now, I see on gmail, left is the label list (like inbox, Draft,
Sent, etc.) and right side is the list of emails in certain label. I actully
like to have three parts which I could set in outlook: left is the folder
list (same as label list in gmail), right has two parts -- upper part is the
list of emails in certain folder, and below part is showing the email
content of current selected email.
I searched in gmail for a while but couldn't find if it's possible to set (
and how to set if ... 阅读全帖
h*****o
发帖数: 1476
50
来自主题: WashingtonDC版 - Excel 2007 Conditional Formatting
比如我column A有drop down list,choices 是 "Yes"和"No", 我可以随时改变
这个choice。我要的setting是:比如A2="Yes",那么C2:H2的background
color就自动变成绿色。同理,其他行也这样,只要column A变成 "Yes",此行的
column C到H自动变成绿色。
我在New Fromatting Rule那里 Use a formula to determine which cells to format
,试了几次都不行。
哪位同学知道的教一下吧,谢谢。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)