Definitions for "Procedure" Add To Word List
Login or Register  | Word Lists | Search History

A program that is independent of any class and that executes a sequence of actions when you explicitly invoke it. You use procedures to implement generic processing for values as opposed to classes. See also method.
Helpful?           0
A group of one or more precompiled SQL statements that are stored as a named object in a database.
Helpful?           0
A stored program, written in PL/SQL, stored in a database. It may return zero, one or more values.
Helpful?           0
1. n. In a programming language, a block, with or without formal parameters, whose execution is invoked by means of a procedure call. 2. n. The description of the course of action taken for the solution of a problem.
Helpful?           0
A list of statements that G2 can execute, either in sequence or concurrently, on zero or more arguments supplied when the procedure is invoked.
Helpful?           0
processes developed by county Child Support Enforcement Units to implement state policy and rules.
Helpful?           0
NCL: An identifier with a list of parameters, these parameters being separated by commas and enclosed in parentheses. Procedures do not return values when called.
Helpful?           0
a computational unit whose definition is cast in the form of an identifier, which names the procedure, followed by a list of parameters to be used in the computation. The term procedure includes both built-in procedures (also called functions) and declared procedures, but sometimes it is used in the more restricted sense of the latter.
Helpful?           0
Statements of how to implement a policy.
Helpful?           0
A unit of program code that may be invoked. A procedure can be either a function or a subroutine.
Helpful?           0
a body of code that is called from within VBScript to be executed
Helpful?           0
a body of program, written out once only, named with an identifier, and available for execution anywhere within the scope of the identifier
Helpful?           0
a collection of commands, like a subprogram or subroutine in many other computer languages
Helpful?           0
a collection of commands which will be executed
Helpful?           0
a collection of script commands organized and executed together
Helpful?           0
a Compaq Fortran subprogram that performs one or more computations for other programs
Helpful?           0
a detailed description of required or allowable actions to be executed in delivering agency services or in supporting the delivery of agency services
Helpful?           0
a distinct type in Scham whose sole purpose is to group a symbolic name with an executable value (a primitive , special-form or closure )
Helpful?           0
a form of statement and allows you to control the scheduling of simulation events without incurring the overhead of defining several separate design entities
Helpful?           0
a form of subprogram that does not return a result and can only be called by a statement
Helpful?           0
a group of instructions that perform some task and can be invoked (called) from several places in the program
Helpful?           0
a group of PL/SQL statements that can be called by a name
Helpful?           0
a group of PL/SQL statements that you can call by name
Helpful?           0
a group of SQL statements that can be executed as a whole by the server
Helpful?           0
a group of statements, either predefined by the compiler writer, or defined by you, that can be called upon to do a specific job
Helpful?           0
a logically related group of statements that can be executed by a single statement
Helpful?           0
a named PL/SQL Block that is used to perform an action
Helpful?           0
a named PL/SQL block, which can take parameters and be invoked
Helpful?           0
an array that is executable and is written with braces rather than brackets
Helpful?           0
an automated process, Interactive Brokers cannot guarantee that requested cancellations and modifications will reach the specific exchange before an order has been executed
Helpful?           0
an encapsulated piece of program which may take some parameters and returns a result
Helpful?           0
an executable object stored in the data store
Helpful?           0
an executable statement, a command to the PL/SQL compiler
Helpful?           0
a potentially large group of SQL statements
Helpful?           0
a self-contained computation with a fixed and ordered set of formal parameters
Helpful?           0
a sequence of executable statements that performs a particular action
Helpful?           0
a set of code statements that tell Publisher, or really any application, to do something
Helpful?           0
a set of PL/SQL statements that form a subprogram
Helpful?           0
a small block of code that does something, can be called with parameters, and might even return a result to us
Helpful?           0
a stand-alone executable module and is called as an executable PL/SQL statement
Helpful?           0
a subprogram that can take parameters and be invoked
Helpful?           0
a subprogram that is passed parameters and may return values via a parameter list
Helpful?           0
a subprogram that performs a specific action
Helpful?           0
a subprogram, which can take parameters and be invoked
Helpful?           0
a subroutine executed for side effects, they do not return any value
Helpful?           0
a tool that is executed in the workflow engine's JVM
Helpful?           0
A subprogram which does not return a value.
Helpful?           0
An integration point used to pattern the invoke/implement model. A procedure has associated data that is the common view of all the data to be exchanged through this procedure. A procedure can be invoked or implemented by an application.
Helpful?           0
A collection of statements in a programming language. Examples of procedures are functions, which can return a value, and subroutines, which do not.
Helpful?           0
A PL/SQL subprogram that performs a specified sequence of actions.
Helpful?           0
(1) In a programming language, a block, with or without formal parameters, whose execution is invoked by means of a procedure call. (2) A set of related control statements that cause one or more programs to be performed.
Helpful?           0
A named sequence of statements executed as a unit. For example, Function and Sub are types of procedures.
Helpful?           0
A set of SQL and PL/SQL statements grouped together as an executable unit to perform a very specific task. Procedures and functions are nearly identical; the only difference between the two is that functions always return a single value to the caller, while procedures do not return a value to the caller.
Helpful?           0
1) Actions of people to implement the stated policies.
Helpful?           0
See subprogram.
Helpful?           0
subprogram which is invoked by a procedure call statement.
Helpful?           0
(n.) a computation that may be invoked during program execution. It may be a function or a subroutine. It may be an internal procedure, an external procedure module procedure dummy procedure, or a statement function subprogram may define more than one procedure if it contains ENTRY statements.
Helpful?           0
An SQL stored procedure, or a Java method with a void result type.
Helpful?           0
(SQL*Plus User's Guide and Reference; search in this book) [definition #2] (WebDB Tutorial Guide; search in this book)
Helpful?           0
A procedure is a section of code that is separate from the rest of the main body. It can be called from other points in the code in order to execute it. e.g.' Main Body of the code ... PrintDouble(5) ... ' Procedure Definition Procedure PrintDouble( int print x*2 End Proc In this example, the code that is written inside the body of PrintDouble will be executed at the point from where it is called. This example also shows the use of variable passing with procedures. The procedure definition must be placed after the end of the main body of code. More...
Helpful?           0
A block of statements that are invoked with a procedure call.
Helpful?           0
A clear specification for the sequence, timing, execution, etc. of a process.
Helpful?           0
Block of PL/SQL code stored within the database. Also see Function and Package.
Helpful?           0