⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 db.hlp

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 HLP
字号:
{smcl}
{* 16mar2005}{...}
{cmd:help db}
{hline}

{title:Title}

{p2colset 5 15 17 2}{...}
{p2col :{hi:[R] db} {hline 2}}Launch dialog{p_end}
{p2colreset}{...}


{title:Syntax}

{phang}Syntax for db

{phang2}
{cmd:db}
{it:commandname}

{phang}For programmers

{phang2}
{cmd:db}
{it:commandname}
[{cmd:,}
{opt debug}
{opt dryrun}
]

{phang}Set system parameter

{p 8 19 2}
{cmd:set} {cmd:maxdb}
{it:#}
[{cmd:,}
{opt perm:anently}
]

{pstd}where {it:#} must be between 5 and 1,000.


{title:Description}

{pstd}
{cmd:db} is the command-line way to launch a dialog for a Stata command.

{pstd}
The second syntax (which is the same but includes options) is for use by
programmers.

{pstd}
If you wish to allow the launching of dialogs from a help file, see
{help smcl} for information on the {cmd:dialog} SMCL directive.

{pstd}
{cmd:set} {cmd:maxdb} sets the maximum number of dialog boxes whose contents
are remembered from one invocation to the next during a session.  The default
value of {cmd:maxdb} is 50.


{title:Options}

{phang}
{opt debug} specifies that the underlying dialog box be loaded with debug
    messaging turned on.

{phang}
{opt dryrun} specifies that, rather than launching the dialog, {cmd:db} 
    show the commands it would issue to launch the dialog.

{phang}
{opt permanently} specifies that, in addition to making the change right now,
    the {cmd:maxdb} setting be remembered and become the default setting when 
    you invoke Stata.


{title:Remarks}

{pstd}
The usual way to launch a dialog is to pull down the {hi:Data}, {hi:Graphics},
or {hi:Statistics} menu and make your selection from there.  When you know
the name of the command that you want to run, however, {cmd:db} provides a way
to invoke the dialog from the command line.

{pstd}
{cmd:db} follows the same abbreviation rules that Stata's command-line
interface follows.  So, to launch the dialog for {cmd:regress}, you can
type

	{cmd:. db regress}

{pstd}
or

	{cmd:. db reg}


{title:Also see}

{psee}
Manual:  {bf:[R] db}

{psee}
Online:  {helpb findfile}, {helpb set}, {help smcl}, {helpb which}
{p_end}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -