1.

What Is Procedure Prototype And Procedure Interface.

Answer»

Procedure Prototype
In this section we specify the name of the procedure along with PR.
D PROC1 PR
Procedure INTERFACE
It is section where we define all the parameter which are RECEIVING or returning some VALUES.
D PROC1 PI 5 0
D PARMA 5 0
D PARMB 5 0

Procedure Prototype
In this section we specify the name of the procedure along with PR.
D PROC1 PR
Procedure Interface
It is section where we define all the parameter which are receiving or returning some values.
D PROC1 PI 5 0
D PARMA 5 0
D PARMB 5 0



Discussion

No Comment Found