How to handle duplicate error handling in RPG?
No Answer is Posted For this Question
Be the First to Post Answer
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
how to check on which PF , the LF is dependant ?
How to read alternative records in a pf by using rpg?
when will come session device error?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
can you debug ile rpg program using isdb?