Type Code C  
Previous  Top  Next

Description  
 
This will call different processes depending on the result of a conditional statement in attribute 6 of the process record stored in "_PROCS". If the condition is true the process in attribute 7 is called otherwise the process in attribute 8 in run.  
 
Syntax  

The format of the "_PROCS" record is:  
 
Attribute
Description
1
"C"
2
Description of the process
3 & 4
Internal use
5
File name for any references to dictionary names in the statements in 6 below
6
The conditional (IF) statement
7
Process to be called if the conditional statement is true
8
Process to be called if the conditional statement is false
14
Release Information (release, date created and date last amended)
19
System Id (optional)
     

document Remarks  
 
prcarrow None