what is a rpg?
No Answer is Posted For this Question
Be the First to Post Answer
What you have to do in the display file when you are using message subfile?
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
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.
what is EXCEPT command in rpg and use
How do you do indexing in a physical file?
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 Rpg/400 is Famous?
What is the difference Return and InLr?
what r drawbacks of OPM? Why do we go for ILE RPG?
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
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)