1.The questions have given an array declaration and move
operation then this statement is correct or not?
Answer Posted / joydeep
I think instead of MOVE, we need to use MOVEA for array
operations.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can we override a file during runtime in rpg?
What are the types of identifiers?
What is a record lock error?
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.
What is the difference between copybooks and subprocedures in as400?
How Chain operation copies the record's data to the input buffer for the program?
how can you display specific subfile page on the screen in unequal subfile?
how do I declare a table or array in rpg iv?
what is program status data structure?
Explain mdt?
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.
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?