您要查找的是不是:
- control statement reader 控制语句阅读程序
- A job control statement used in cataloged or in-stream procedures. It can be used to assign default values for symbolic parameters contained in a procedure. For in-stream procedures, it is used to mark the beginning of the procedure. 在编目或流内过程中使用的一种作业控制语句,可用来对包含在过程中的符号参数赋予系统设定值。对流内过程,用来标志过程的开始。
- Expecting a number for the id field of a control statement in the DIALOG statement. 应为DIALOG语句中控制语句的id字段输入数字。
- The text field of a CONTROL statement in the DIALOG statement must be either a text string or an ordinal reference to the type of control. 在DIALOG语句中,CONTROL语句的text字段必须是文本字符串或者是对控件类型的序号引用。
- Control statement that provides iterative execution. Often used to step through a data structure or to repeat a calculation a fixed number of times. 提供迭代执行的控制语句,通常用于步进遍历数据结构或对一个计算重复固定次数。
- The class field of a CONTROL statement in the DIALOG statement must be one of the following types: BUTTON, COMBOBOX, EDIT, LISTBOX, SCROLLBAR, STATIC, or user-defined. DIALOG语句中的CONTROL语句的class字段必须为下列类型之一:BUTTON、COMBOBOX、EDIT、LISTBOX、SCROLLBAR、STATIC或用户定义的。
- Make sure these control statements are spelled correctly. 确保这些控制语句拼写正确。
- A job control statement used in cataloged or in-stream procedures.It can be used to assign default values for symbolic parameters contained in a procedure. 在编目或流内过程中使用的一种作业控制语句,可用来对包含在过程中的符号参数赋予系统设定值。
- Each control statement in a DIALOG statement must be one of the following: CHECKBOX, COMBOBOX, CONTROL, CTEXT, DEFPUSHBUTTON, EDITTEXT, GROUPBOX, ICON, LISTBOX, LTEXT, PUSHBUTTON, RADIOBUTTON, RTEXT, SCROLLBAR. DIALOG语句中的每一个控制语句必须为下列之一:CHECKBOX、COMBOBOX、CONTROL、CTEXT、DEFPUSHBUTTON、EDITTEXT、GROUPBOX、ICON、LISTBOX、LTEXT、PUSHBUTTON、RADIOBUTTON、RTEXT、SCROLLBAR。
- The FOR statement is a control statement that allows you to execute a list of SQL statements once for each row in a cursor. FOR语句是控制语句,它允许对游标中的每一行执行一次SQL语句列表。
- In System/32, a named collection of related OCL statement, and possibly control statements, that perform a particular task. 在IBMSystem/32中,为完成一特定任务的有关OCL(操作控制语言)语句及可能有的控制语句之集合。
- This would simply result in a syntax error because there is no controlling statement that requires a block to be separated from the rest of the code. 这只会产生一个语法错误,因为没有任何控制语句要求将一个块与代码其余部分相分离。
- A sequence of job control statements and data submitted to an operating system from an input unit. 一种从输入设备提交到操作系统的作业控制语句和数据的序列。
- Most procedural programming languages have some kind of control statements, and there is often overlap among languages. 大多数程序化的编程语言都提供了某种形式的控制语句,这在语言间通常是共通的。
- They can include control statements that allow repetition (LOOP statement) and conditional execution (IF statement and CASE statement) of SQL statements. 它们包括允许SQL语句的重复执行(LOOP语句)和条件执行(IF语句和CASE语句)的控制语句。
- In Java,you manipulate objects and data using operators,and you make choices with execution control statements. 在Java里,我们利用运算符操纵对象和数据,并用执行控制语句作出选择。
- Most procedural programming languages have some kind of control statements,and there is often overlap among languages. 大多数程序化的编程语言都提供了某种形式的控制语句,这在语言间通常是共通的。
- A VSAM file containing model job control statements and control information for batch SDF / CICS. 一种虚拟存储存取法(VSAM)文件,包含成批用户信息控制系统(CICS)屏幕定义程序(SDF)的样板作业控制语句和控制信息。
- This list is fairly simple, and you may recognize these flow control statements from other programming languages. 这个列表相当简单,并且您可能从其他编程语言认识了这些流控制语句。
- You can use control statements (CASE, IF, LOOP, and so on), including compound statements (BEGIN and END), in batches. 您可在批处理中使用控制语句(CASE、IF、LOOP)等,包括复合语句(BEGIN和END)。