using.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 43 行
HLP
43 行
{smcl}
{* 05apr2005}{...}
{cmd:help using}
{hline}
{title:Title}
{pstd}
{hi:[U] 11 Language syntax} {hline 2} The {cmd:using} modifier
{title:Syntax}
{p 8 16 2}{it:command} {cmd:using} {it:filename}
{title:Description}
{pstd}
This part of Stata's syntax is used by only a few commands, such as
{cmd:infile} and {cmd:outfile}. After the {cmd:using}, you specify a valid
{it:filename}. You specify the {it:filename} in quotes if it contains blanks
or other special characters.
{title:Examples}
{cmd:. infile a b c using myfile.raw}{right:(All platforms) }
{cmd:. infile a b c using \mydata\myfile.raw}{right:(Windows) }
{cmd:. infile a b c using ~/mydata/myfile.raw}{right:(Unix) }
{cmd:. infile a b c using "~:My Data:myfile.raw"}{right:(Macintosh) }
{title:Also see}
{psee}
Manual: {bf:[U] 11 Language syntax},{break}
{bf:[U] 11.6 File-naming conventions}
{psee}
Online: {help language}
{p_end}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?