请选择 进入手机版 | 继续访问电脑版
楼主: ihust
2529 6

[问答] put语句中的overprint [推广有奖]

  • 3关注
  • 2粉丝

博士生

47%

还不是VIP/贵宾

-

威望
0
论坛币
10339 个
通用积分
0.0600
学术水平
2 点
热心指数
3 点
信用等级
2 点
经验
2776 点
帖子
250
精华
0
在线时间
159 小时
注册时间
2012-4-29
最后登录
2016-9-8

ihust 发表于 2013-8-30 20:57:44 |显示全部楼层 |坛友微信交流群
10论坛币
data ;
    put 'example of overprint ' overprint '--------------------';
run;

这个overprint是干啥用的?

最佳答案

yongyitian 查看完整内容

PUT 语句中的 OVERPRINT causes the values that follow the keyword OVERPRINT to print on the most recently written output line. PUT 语句中的 OVERPRINT 将 OVERPRINT 后面引号内的字符打印在前面的输出行下面. OVERPRINT 可以与列指针 @ 配合使用. Example: data ; put 'L1: ' 'example of overprint ' overprint '------------------------'; put 'L2: ' 'example ...
关键词:put语句 print Over ERP Ver example

回帖推荐

yongyitian 发表于2楼  查看完整内容

PUT 语句中的 OVERPRINT causes the values that follow the keyword OVERPRINT to print on the most recently written output line. PUT 语句中的 OVERPRINT 将 OVERPRINT 后面引号内的字符打印在前面的输出行下面. OVERPRINT 可以与列指针 @ 配合使用. Example: data ; put 'L1: ' 'example of overprint ' overprint '------------------------'; put 'L2: ' 'example ...
yongyitian 发表于 2013-8-30 20:57:45 |显示全部楼层 |坛友微信交流群
PUT 语句中的 OVERPRINT causes the values that follow the keyword OVERPRINT to
                       print on the most recently written output line.

PUT 语句中的 OVERPRINT 将 OVERPRINT 后面引号内的字符打印在前面的输出行下面.
             OVERPRINT 可以与列指针 @ 配合使用.

Example:
data ;
  put 'L1: '  'example of overprint ' overprint  '------------------------';  
  put 'L2: '  'example of overprint ' overprint  '----' ;                           
  put 'L3: '  @10 'example of overprint ' overprint  @10 '====================' ;
  put 'L4:      ' 'example of overprint ' overprint  @10 '====5====0====5====0' ;
  put 'L5: '  @10 'example of overprint '  @10 '____________________' ; /* NO OVERPRINT */
run;


*  LOG *
L1: example of overprint
------------------------
L2: example of overprint
----
L3:      example of overprint
         ====================
L4:      example of overprint
         ====5====0====5====0
L5:      ____________________

使用道具

wfldragon 发表于 2013-8-30 21:40:23 |显示全部楼层 |坛友微信交流群
下划线
研究需要我们共同努力!

使用道具

妖帝东皇 发表于 2013-8-31 19:59:00 |显示全部楼层 |坛友微信交流群
学习了!
┏━━━━━━━━━━━━━━┓
   ☞❤学而无友必然孤陋寡闻!❤
┗━━━━━━━━━━━━━━┛

使用道具

nkunku 发表于 2013-9-3 07:23:33 |显示全部楼层 |坛友微信交流群
学习了,谢谢

使用道具

随心如愿 发表于 2013-10-11 19:57:16 |显示全部楼层 |坛友微信交流群
学习了,感谢啦!

使用道具

butterfly1107 发表于 2014-10-24 11:06:03 |显示全部楼层 |坛友微信交流群
感谢感谢

使用道具

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

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

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

GMT+8, 2024-3-29 04:20