What are different ways to pass data between programs and
which one is the efficient way?

Answers were Sorted based on User's Feedback



What are different ways to pass data between programs and which one is the efficient way?..

Answer / kar

I think the effiecient way is by using DataQueue.

Is This Answer Correct ?    4 Yes 1 No

What are different ways to pass data between programs and which one is the efficient way?..

Answer / 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

What are different ways to pass data between programs and which one is the efficient way?..

Answer / kcsyam

Parameter(PARM) Data Area, Data Queue, MQSeries Message
Queue

Is This Answer Correct ?    1 Yes 0 No

What are different ways to pass data between programs and which one is the efficient way?..

Answer / sridevi

Can anybosy explain with Example, if possible.

Is This Answer Correct ?    0 Yes 0 No

What are different ways to pass data between programs and which one is the efficient way?..

Answer / pankaj

Different ways for passing parameters are

1) Data Area
2) Data Queue
3) store a data in a field get the pointer of that field
and send it across the program.

Data Queue is the efficient one.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

What are the commands that can be executed in CLP but not in RPG? Why?

1 Answers   CSC,


Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?

1 Answers  


can you debug ile rpg program using isdb?

0 Answers   IBM,


what do you mean by an input subfile, what are the keywords required?

0 Answers   IBM,


1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF

5 Answers  






How we will read call stack?

4 Answers  


do you use message subfiles? What are the necessary keywords required coding a message subfile?

0 Answers   IBM,


program to find the number of objects used in a given program through a display.

2 Answers   IBM,


How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?

8 Answers  


How do you do indexing in a physical file?

2 Answers  


How can you delete a record from a file in RPG without using DELETE oppcode?

2 Answers   UST,


What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?

3 Answers   HSBC, IBM,


Categories