Posts

Showing posts with the label DML Programming

S) How to remove any object form EME?

 air object rm <EME object eme>

S) Output index example

Image
 Input Data               Reformat   Count =3   /*Function returning index of output port*/   output_index_ out :: output_index (in)=   begin   output_index_ out :: if( in.gender =="M")0 else if ( in.gender =="F") 1 ;   end;    

S) Scan example with null key using concatenation function

Image
Input                     Output 1                           1 2                        12 3                        123 4                       1234 5                        12345       Scan   Out ::scan(in)=   Out .id :: concatenation(in.id);   Key :: null key