您要查找的是不是:
- 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或用戶定義的。
- 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. 在編目或流內過程中使用的一種作業控制語句,可用來對包含在過程中的符號參數賦予系統設定值。
- Make sure these control statements are spelled correctly. 確保這些控制語句拼寫正確。
- 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(操作控制語言)語句及可能有的控制語句之集合。
- 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語句)的控制語句。
- 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. 大多數程序化的編程語言都提供了某種形式的控制語句,這在語言間通常是共通的。
- In Java,you manipulate objects and data using operators,and you make choices with execution control statements. 在Java里,我們利用運算符操縱對象和數據,並用執行控制語句作出選擇。
- The synthetical method for designing automatic carrier landing system(ACLS)is given,it includes the design method of throttle system,attitude control system,ACLS control law,radar noise filtering and deck motion compensation. 研究了艦載飛機自動著艦系統(ACLS)的綜合設計方法,其中包括油門系統、姿態控制、ACLS控制律、雷達雜訊濾波和甲板運動補償的設計方法。
- 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)。