How can we change element of compile time array?Can we do so
Answer / san
You cant change value in compile time array during run time.
You gotta change em in program source and recompile them.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference Return and InLr?
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
can we perform CHAIN operation on Subfile record format....?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
why we do STRSRVJOB in batch debugging in as400
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?
What are different ways to pass data between programs and which one is the efficient way?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.