What is the difference between Array and Table?
Answer / jeetendra yadav
Array: Array is stored any where in the body of the input records.
Table: Table is stored at the begining 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.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many PARM statement can we use in a CL program?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
what is overlay?
How to write a password mask program in as400? like the password which i type should be displayed as '*****' r ###### which the user wishes to dispaly if u could help me with url r the solution in written code this will help me
what is the length of a variable in rpg?
How to trap errors in CL?
what is the maximum number of parameters allowed in rpg?
different type of cursor?
What is the purpose of OVRDTA keyword ?
how does union file maintains record formats?
What is a Library in AS/400?
what do we can do with the embedded sql statements?