Saturday, 22 June 2013

Difference between Array and Table in AS400

Array: Array is stored any where in the body of the input records.
Table: Table is stored at the beginning of the input records.
Array: We can access all the elements in array by specifying the array name.
Table:  Only one table element can be accessed at a time.
Array:  Array can be searched randomly.
Table:  Table can be searched consecutively. 




No comments:

Post a Comment