MV.PROCESS Function  
Previous  Top  Next

Description  
 
This routine will run any OSMOSiS process. The processes are defined in detail in the section "OSMOSiS processes" which explains each process, where it is stored and its format.  
 
Syntax  
 
MV.PROCESS (ProcessName)  
 
The ProcessName must contain an OSMOSiS process that is contained in the file _PROCS. The types of processes available are:  

Type
Description
">"
Multi-Value verb list to be executed.
"H"
Multi-Value verb list to be executed but with pre and post processes available.
"A"
COMMON Variable initialisation or assignment.
"B"
Call a subroutine.
"C"
Run a process conditionally upon any statement (IF/THEN/ELSE)
"D"
Perform a default calculation.
"E"
Execute a Query Language report.
"F"
Perform a File Update sequence.
"G"
Jump to a field/screen.
"I"
Run an OSMOSiS screen in Input/Maintenance Mode.
"J"
Run an Automatic Job Schedule.
"M"
Show a menu and allow selections to be made.
"O"
Run an OSMOSiS screen in Output/Enquiry Mode.
"P"
Execute an OSMOSiS expression at run time.
"R"
Run an OSMOSiS report/form print.
"S"
Run a file search routine.
"T"
Execute a transaction process.
"U"
Execute an Update Process.
"V"
Perform a validation calculation.
 

document Remarks  
 
prcarrow None