What is Multi Occurrence Data Structure(MODS)?
Answer Posted / gagan44
Multiple occuerence data structure is a data structure in which multiple oocurence of the data are defined .
It is similiar to a 2-D array.
For Eg: a 2-D array is defined as:
ara1 ds dim( 99 ) qualified
d ara2 10a dim( 99 )
d ara3 10i 0 dim( 99 )
If Multioccurence data structure is defined in same way then it would look like this:
DS1 ds Occurs( 99 )
d FLD2 10a dim( 99 )
d FLD3 10i 0 dim( 99 )
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is file identifier where we can use?
what is the procedure and explain about real time scenario.
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is kids-rpg?
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.
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
how can you display specific subfile page on the screen in unequal subfile?
how do you use commitment control in rpg?
How to handle duplicate error handling in RPG?
how do I play {insert rpg system here}?
what is the necessary keyword needed to scroll subfile records?
What is the difference between copybooks and subprocedures in as400?
what is a rpg?
What is difference between bind by copy and bind by reference?
how does the rpg element work?