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 |
what is a rpg?
What is the purpose of record level identifier?
How do you find whether a job is a batch job or interactive?
why subproc not run in dftactgrp?????/plz explain
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
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.
Why Rpg/400 is Famous?
What is the difference between copybooks and subprocedures in as400?
what is plat file?
please help me answer to this question what is the difference between the binding and srvpgm in ilerpg?
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???