proc

Top  Previous  Next

Initializes the proc, defining the proc the name and assigning the proc execution parameters.

Syntax

proc(name, parms)

Parameters

name

Name of the proc

parms

Set of proc parameters contained in an instance of a ProcParms object, as provided by the job.

Return code

None.

Sample

function PROC1(parms) {
       proc("PROC1", parms);
       ...