how do I preserve and clean the array?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of PUTOVR keyword?
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
parameters cannot be passed in which one???
difference between CHAIN and READE?
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
what is ment by "MDT"
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
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?
I want my simple Green screen should refersh every 1 min ,How can I do it..? Please share the logic
what is EXCEPT command in rpg and use