|
Definitions for subprogram: WordNet (r) 2.0
: subprogram
n : a set sequence of steps, part of larger computer program
[syn: routine, subroutine, procedure, function]
Related SitesSubroutine - Wikipedia, the free encyclopedia As the name suggests, a subprogram or subroutine behaves in much the same way as ... very difficult to predict whether a subprogram has a side-effect or not. ...
Using PL/SQL Subprograms These items are local and cease to exist when the subprogram ends. ... procedure is a subprogram that performs a ... Actual Versus Formal Subprogram Parameters ...
Subprogram Linkage The formal subprogram arguments do not have permanent memory allocated to them. ... To see this, suppose the subprogram tries to change the value of x with the ...
Contained and external sub-programs The CALL verb transfers control to a subprogram. When the subprogram has finished, control returns to the statement that follows ...
Subprogram Renaming Declarations 8.5.4 Subprogram Renaming Declarations. 1 ... and is used to rename a subprogram (possibly an enumeration literal) or an entry] ...
Remote Subprogram Calls Remote subprogram calls are standardized since the RPC paradigm is widely-used, ... After the remote subprogram completes, marshalling is performed in the called ...
|