Post New Answer View All Answers
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is the use of sflnxtchg?
what is a rpg?
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
what is file information data structure?
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?
how does the rpg element work?
what is the rpg system?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
are there any useful c runtime apis that I can call from rpg iv?
how do I declare a table or array in rpg iv?
what is the necessary keyword needed to scroll subfile records?
what do you mean by an input subfile, what are the keywords required?
can I touch the array during treatments?
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?