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 |
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??
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.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?
What is a record lock error?
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
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?
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...?
How to print output from openquery in as400 ?
IN RLU what are the record level keyword is used?
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?
What are the necessary keywords required to code a message subfile?
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?