wat is the difference between array and multiple occurence
data structure?
Answers were Sorted based on User's Feedback
Answer / swetha p rao
Multi occurance Data structure can hold different types of
data per record where Array can have only one data type.
we can read multi occurance DS using OCCUR and for arrays
we have to read based on index
| Is This Answer Correct ? | 22 Yes | 3 No |
Answer / 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 |
Answer / shivaprasad.s
array is collection of similar data type where as multi
occurance ds can be combine....
eg:like number as well as char.
in array we can store any datatype but all the elements
must be of same type....
but in case of multiple occurance it may not be of same
elements...
| Is This Answer Correct ? | 1 Yes | 4 No |
what is the necessary keyword needed to scroll subfile records?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
How can you delete records form a file in rpg without using "Delete" OPCODE?
i'm working on progA , in that program i want to see the userids of the users who work on this program?
suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
What is journalling and commitment control?
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
can anyone say,what is the use of operation extended H/N/P?