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.
my code goes like this: fempufek disk dvar1s5p 0 c*lovalsetllemp creademp cdownot %eof(emp) Cevalecode = ecode + 10
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
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
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
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