wat is the difference between array and multiple occurence
data structure?
Answer Posted / shantanu kumar dutta
As you know all Multiple occurance DS is a data
Structure,Means Collections of disimar data,It treat as an
Multi-dimension Array.
We read array By their Index possions, But Mul-Occr DS we
first set the possions by OCCUR Opcode and possion on
Factor1,
Then only we can read Mul-Occur DS.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
what is kids-rpg?
What is the difference between iter and do?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is the rpg system?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is *place and *auto keyword in prtf ?plz explain
is this a rpg channel?
what is program status data structure?
How Chain operation copies the record's data to the input buffer for the program?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is ment by record level identifier?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
can I touch the array during treatments?