您要查找的是不是:
- 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. 在編目或流內過(guò)程中使用的一種作業(yè)控制語(yǔ)句,可用來(lái)對包含在過(guò)程中的符號參數賦予系統設定值。對流內過(guò)程,用來(lái)標志過(guò)程的開(kāi)始。
- Expecting a number for the id field of a control statement in the DIALOG statement. 應為DIALOG語(yǔ)句中控制語(yǔ)句的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語(yǔ)句中,CONTROL語(yǔ)句的text字段必須是文本字符串或者是對控件類(lèi)型的序號引用。
- Control statement that provides iterative execution. Often used to step through a data structure or to repeat a calculation a fixed number of times. 提供迭代執行的控制語(yǔ)句,通常用于步進(jìn)遍歷數據結構或對一個(gè)計算重復固定次數。
- 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語(yǔ)句中的CONTROL語(yǔ)句的class字段必須為下列類(lèi)型之一:BUTTON、COMBOBOX、EDIT、LISTBOX、SCROLLBAR、STATIC或用戶(hù)定義的。
- 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. 在編目或流內過(guò)程中使用的一種作業(yè)控制語(yǔ)句,可用來(lái)對包含在過(guò)程中的符號參數賦予系統設定值。
- Make sure these control statements are spelled correctly. 確保這些控制語(yǔ)句拼寫(xiě)正確。
- 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語(yǔ)句中的每一個(gè)控制語(yǔ)句必須為下列之一: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語(yǔ)句是控制語(yǔ)句,它允許對游標中的每一行執行一次SQL語(yǔ)句列表。
- In System/32, a named collection of related OCL statement, and possibly control statements, that perform a particular task. 在IBMSystem/32中,為完成一特定任務(wù)的有關(guān)OCL(操作控制語(yǔ)言)語(yǔ)句及可能有的控制語(yǔ)句之集合。
- They can include control statements that allow repetition (LOOP statement) and conditional execution (IF statement and CASE statement) of SQL statements. 它們包括允許SQL語(yǔ)句的重復執行(LOOP語(yǔ)句)和條件執行(IF語(yǔ)句和CASE語(yǔ)句)的控制語(yǔ)句。
- 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. 這只會(huì )產(chǎn)生一個(gè)語(yǔ)法錯誤,因為沒(méi)有任何控制語(yǔ)句要求將一個(gè)塊與代碼其余部分相分離。
- A sequence of job control statements and data submitted to an operating system from an input unit. 一種從輸入設備提交到操作系統的作業(yè)控制語(yǔ)句和數據的序列。
- Most procedural programming languages have some kind of control statements, and there is often overlap among languages. 大多數程序化的編程語(yǔ)言都提供了某種形式的控制語(yǔ)句,這在語(yǔ)言間通常是共通的。
- In Java,you manipulate objects and data using operators,and you make choices with execution control statements. 在Java里,我們利用運算符操縱對象和數據,并用執行控制語(yǔ)句作出選擇。
- Most procedural programming languages have some kind of control statements,and there is often overlap among languages. 大多數程序化的編程語(yǔ)言都提供了某種形式的控制語(yǔ)句,這在語(yǔ)言間通常是共通的。
- A VSAM file containing model job control statements and control information for batch SDF / CICS. 一種虛擬存儲存取法(VSAM)文件,包含成批用戶(hù)信息控制系統(CICS)屏幕定義程序(SDF)的樣板作業(yè)控制語(yǔ)句和控制信息。
- This list is fairly simple, and you may recognize these flow control statements from other programming languages. 這個(gè)列表相當簡(jiǎn)單,并且您可能從其他編程語(yǔ)言認識了這些流控制語(yǔ)句。
- You can use control statements (CASE, IF, LOOP, and so on), including compound statements (BEGIN and END), in batches. 您可在批處理中使用控制語(yǔ)句(CASE、IF、LOOP)等,包括復合語(yǔ)句(BEGIN和END)。
- As mentioned, these two characteristics are required in Python for flow control statements. 正如所提到的,這兩個(gè)特征是Python中流控制語(yǔ)句所必需的。