what is *place and *auto keyword in prtf ?plz explain
No Answer is Posted For this Question
Be the First to Post Answer
why we do STRSRVJOB in batch debugging in as400
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
What is the difference between iter and do?
how to check on which PF , the LF is dependant ?
Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.
where we give the MSGSFL in rpg400?
How to find d key field of a pf that doesn’t have source physical file?
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
if there is pf in two libraries and there is a logical file based on the PF, how to find the pf on which the pf is based.
steps for debugging two rpg programs????
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
Write a program to display prime numbers between 1 to 100 using RPGLE.