Answer Posted / suresh
UDATE supports two-digit year. The format is *MDY
(MMDDYY).
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
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.
how do I declare a table or array in rpg iv?
how do I preserve and clean the array?
what is the necessary keyword needed to scroll subfile records?
can I touch the array during treatments?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
can you debug ile rpg program using isdb?
how can you display specific subfile page on the screen in unequal subfile?
how do you use commitment control in rpg?
How can we know running job is batch or interactive?
How to call one program from another program in RPG? please help me with the code
how do I play {insert rpg system here}?
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.