NC.PROC Statement  
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).  
 
document Remarks  
 
prcarrow The alternative method to this is to create a OSMOSiS process type ">" or "H" and then using MV.PROCESS using the OSMOSiS process. See the following routine.