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

1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??

2 Answers  


HI, 1: WHAT IS THE FUNCTION OF %KDS?WITH PROGRAMMING CODES EXAMPLE 2: WHAT IS THE FUNCTION OF Z-ADD AND Z-SUB ? WITH PROGRAMMING CODES EXAMPLE

1 Answers   IBM,


1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?

1 Answers   CSC,


What is a record lock error?

0 Answers   Wipro,


1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS

3 Answers   IBM,


In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?

4 Answers  


One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check this...?

4 Answers  


How to print output from openquery in as400 ?

1 Answers   Four soft,


IN RLU what are the record level keyword is used?

5 Answers   iGate, TCS,


i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?

6 Answers   Mind Tree,


What are the necessary keywords required to code a message subfile?

3 Answers  


1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. 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?

6 Answers   Virtusa,


Categories