Visual RPG 9.0 Language Reference  

DCLPLIST - Declare a Parm List

Begins the declaration of a list of parameters to be passed to a program, or be received from a caller if the name given is *ENTRY.

DCLPLIST 
Name (ParmListName)

Parts

Name 

Required.  Name must contain the name of the parameter list.  

A parameter list is ended when an operation other than DCLPARM is encountered.

See Also

DCLPARM