IndexSuperFile4.ecl 372 B

1234567891011
  1. //
  2. // Example code - use without restriction.
  3. //
  4. IMPORT $;
  5. F1 := FETCH($.DeclareData.sf1,$.DeclareData.sk2(personid=$.DeclareData.ds1[1].personid),RIGHT.RecPos);
  6. F2 := FETCH($.DeclareData.sf1,$.DeclareData.sk2(personid=$.DeclareData.ds2[1].personid),RIGHT.RecPos);
  7. Get := PARALLEL(OUTPUT(F1),OUTPUT(F2));
  8. SEQUENTIAL(BUILDINDEX($.DeclareData.sk2,OVERWRITE),Get);