1.

What Are The Differences Between Load Lookup And Array?

Answer»

ARRAYS:

  1. Arrays can be declared in any section. 
  2. Number of rows are not automatically 
  3. We should insert DATA in to Array by programming.
  4. We can retrieve any number of fields from a table.
  5. We have Length & Data type.
  6. We cannot directly print from Array. 

LOAD-LOOKUP:

  1. Load-Lookup is declared in only in SETUP section only.
  2. Numbers of rows are automatically added.
  3. Rows are automatically INSERTED in to Load-Lookup.
  4. We can retrive only TWO fields from from a table. a table.
  5. We don't have Length & Data type.
  6. We can directly print from

 

ARRAYS:

LOAD-LOOKUP:

 



Discussion

No Comment Found