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 |
What is the default access path of a file?
what is match field indicator?
What is the purpose of CHGPF (Change physical file) command?
what are the different types of variables available in cl?
List and explain the different type of data structures?
What is dynslt?
what is service program?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
Describe the function of SETLL operation in RPG language?
WHAT IS FERERENTIAL INTRIGRITY ?
What is Multi-format logical file?
when do you explicitly open files and close files in an rpg program?