I am trying to modify an intermediate CLLE program to submit itself to batch. The calling program (ILE RPG) passes a parameter as a character field with a number in it. The CL program receives it as a numeric field and then calls another RPG program and passes that parameter. The final RPG program...
Thanks! We'll email you when relevant content is added and updated.
I have to add some new fileds to an existing PF without compiling the PF how can i do that? can i use this updated PF in my RPG ILE program without facing any error/exception?
Thanks! We'll email you when relevant content is added and updated.
I'm attempting to run STRDBG on a free RPG program. It calls a subprocedure with a parameter and will send a value back to the program. But as soon as the call happens, the subprocedure ends with that error. I've read that STRDBG can't be used with subprocedures that have parms. But I cannot find...
Thanks! We'll email you when relevant content is added and updated.
Hi All, Has anyone had any luck implementing the Regex C APIs within ILE RPG? I'm aware of the matter of converting the pattern input to match CCSID 37, and I thought I had catered for the gotchas. But I cannot get the API to work for anything but the most basic of match conditions. For example if...
Thanks! We'll email you when relevant content is added and updated.
Any body please help Wanted to know the advantage and disadvantage using RPGSQL / SQLRPG I've heard that this is the new one its not only RPG but become one with SQL. Thanks in advance
Thanks! We'll email you when relevant content is added and updated.
I have a program written in RPGLE which calls numerous other programs. These programs all share similar files. In my main program, when trying to read a particular file, I get error CPF5032 even though I unlock the file right before I do the setll reade. As a result, I figured the lock must be...
Thanks! We'll email you when relevant content is added and updated.
Hi! Can I open two database files in a CL program using DCLF? I've been trying to do it, but I receive an error related to OPNID. If you could send me an example, it would be greatly appreciated. Thanxs. Melissa
Thanks! We'll email you when relevant content is added and updated.
Hi all! I have a Physical file lets say MYPF01. In that I have a filed for Expiry Date (*ISO format). There are many records on the Physical file. If suppose i want to setup a reminder program (in RPGLE) to check that physical file everyday and if that date is expired (comparing current date) to...
Thanks! We'll email you when relevant content is added and updated.
This should be a simple thing to do but it is not working. I have an RPG program in which the user enters a warehouse code and presses enter. If the code is valid, it then populates a field in the record with the warehouse description. If the user changes the code to an invalid warehouse, I turn on...
Thanks! We'll email you when relevant content is added and updated.
Hi all! I have a RPGLE program and have used a main screen and a window in it. The main screen SCR01 will have all the filed to update a record. When I press F2 the record will update as usual after that the small window will be shown which is having "Record Updated Successfully!" words. No...
Thanks! We'll email you when relevant content is added and updated.
I need to read the text of a MS Word file without opening word, reading it in a ILE RPG program, and put the text in a string. How can I do it? Thanks in advance.
Thanks! We'll email you when relevant content is added and updated.