Can an indexed file be accessed in arrival sequence in RPG?
Answer Posted / surendra y mudliar
Yes! By not specifying K in Record Address type.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
what is the difference between do while and do until?
What is the difference between copybooks and subprocedures in as400?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
what is *place and *auto keyword in prtf ?plz explain
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
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 many program bind in one module....
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How can we know running job is batch or interactive?
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.
what is the use of sflnxtchg?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
Explain mdt?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?