|
Previous Top Next |
| Description
|
|
|
| This routine will execute a list of Multi-Value verbs from a variable.
|
|
|
| Syntax
|
|
|
| The PROC data is passed to NC.PROC in the COMMON variable Param and must be the format of a "PQ" style proc e.g.:
|
|
|
| · | PQ
|
| · | Hselect CLIENT WITH CUSTNO >= "A" AND WITH CUSTNO <= "C"
|
| · | STON
|
| · | HDELETE CLIENT,OLD
|
| · | STOFF
|
| · | PH
|
| · | X
|
|
|
| Each line is a different attribute in the variable Param.
|
|
|
| The COMMON area variable Rtnflg is also affected - it is returned containing 0 (zero).
|
|
|
|
|
|
|