What are different ways to pass data between programs and
which one is the efficient way?
Answers were Sorted based on User's Feedback
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 |
Answer / kcsyam
Parameter(PARM) Data Area, Data Queue, MQSeries Message
Queue
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
Can an indexed file be accessed in arrival sequence in RPG?
Need a sql query: retrieve all duplicate records in table?
How to sort an array in descending in RPG
how does the rpg element work?
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
Hi, I am getting the error in RPG (All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored.) Please suggest any
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
How can i keyed a flat file in RPGLE
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output