What are different ways to pass data between programs and
which one is the efficient way?
Answer Posted / surendra y mudliar
Different ways for passing parameters are
1) Data Area
2) Data Queue
Data Queue is the efficient one.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
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 the use of sflnxtchg?
What is the difference between iter and do?
how can I tell when to replace the array?
what was the robotech rpg?
what are the key words you must use when using a subfile?
What is file identifier where we can use?
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 kids-rpg?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How to handle duplicate error handling in RPG?
what is file information data structure?
what do you mean by an input subfile, what are the keywords required?
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?