|
This SQL statement can be executed in the following ways: |
Through the Datadictionary Interactive SQL Service Facility (interactive) |
In an application program prepared using a CA Datacom/DB SQL Preprocessor (embedded) |
By using CA Dataquery (SQL & Batch Modes) |
|---|---|---|---|
|
EXECUTE |
|
YES |
|
Note: YES indicates a valid execution method for this statement.
No privileges are required to execute an EXECUTE statement, and no authorization is required to preprocess an EXECUTE statement. That is, there is no security check of the EXECUTE statement or its contents at preprocessor time. At execution time, however, the statement's contents are checked against the security conditions that are valid for that program.
Following is the syntax diagram for the EXECUTE statement:
►►─ EXECUTEstatement-name ─┬─────────────────────────────────────────┬────────►◄ │ ┌─ , ─────────────┐ │ └─ USING ─┬─▼─ host-variable ─┴─────────┬─┘ └─ DESCRIPTOR descriptor-name ┘
|
Copyright © 2014 CA.
All rights reserved.
|
|