Computer Science, asked by krunalpatel2606, 2 months ago

Explain the part of a proceedure?​

Answers

Answered by GhazalaGufran
0

Here it is:)

Explanation:

A procedure has two parts: the specification and the body. ... The procedure body has three parts: an optional declarative part, an executable part, and an optional exception-handling part. The declarative part contains declarations of types, cursors, constants, variables, exceptions, and subprograms.

Answered by Ayansiddiqui12
2

Explanation:

  • A procedure is a series of steps, taken together, to achieve a desired result. It is a particular way of accomplishing something as in a repetitive approach, process or cycle to accomplish an end result. You can download free policies and procedures.

  • A procedure has two parts: the specification and the body. The procedure body begins with the keyword IS (or AS ) and ends with the keyword END followed by an optional procedure name. The procedure body has three parts: an optional declarative part, an executable part, and an optional exception-handling part.
Similar questions