What is Multi Occurrence Data Structure(MODS)?
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 |
can i use UPDDTA command in rpg program in which contains a file
i'm working on progA , in that program i want to see the userids of the users who work on this program?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
How to print Superscript / Subscript from RPG400
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?
When will DUMP & DEBUG be ignored?
Mr.Sidc sirfor my question{how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE} you have answered using MOVE opcode,can you illustrate me with a small example sir very kind of you.
How can i check the object existance in RPG program without using QCMDEXC command.
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic