rpgle
How can I keep a RPG program running in memory?
I coded a monitoring program in RPG that checks if th开发者_开发问答e fax/400 is operational. And now I want this program to check every 15 minutes.[详细]
2023-01-20 16:05 分类:问答Handling pointer while updating a key value in rpgle
my code goes like this: fempufek disk dvar1s5p 0 c*lovalsetllemp creademp cdownot %eof(emp) Cevalecode = ecode + 10[详细]
2022-12-28 10:35 分类:问答Comparing RPG to C# and SQL
In an RPG program (One of IBM\'s languages on the AS/400) I can \"chain\" out to a file to see if a record (say, a certain customer record) exists in the file.If it does, then I can update that record[详细]
2022-12-27 07:09 分类:问答Invoking AS400 RPG From Java
I have a very limitied (0) knowledge on AS400 and RPG. But we have a urgent requirement where we need to invoke a RPG program from a java class. So I found that we can achieve it through JTOpen. But I[详细]
2022-12-17 04:41 分类:问答Passing XML back and forth with RPG and .NET
I am at a loss here of a best-practice to pass XML back and forth with RPG and C#.NET. Originally, I was going to use a temp physical file in QTEMP, but it seems to be that there should be a better wa[详细]
2022-12-13 03:23 分类:问答Is there an numeric type in ILE RPG which will overflow without crashing my program?
I\'m looking for a numeric type 开发者_运维问答in ILE RPG which will \"wrap round\" when it overflows, in a similar way to how a C int would.Is there such a thing?RPG won\'t let you do that.The best s[详细]
2022-12-11 00:22 分类:问答