Answer Posted / svankipu
Simply put; RPG-Cycle is a default system cycle, which takes
care of all these below without having the programmer to
write the code
1)Opening a file(must be declared as PRIMARY)
2)Reading it & process it
3)Do any calculations/print reports automatically
4)Closes the files
5)Ends the program
this cycle is also called as RPG-Logic-cycle or
RPG-Life-Cycle or Default-Cycle or System-cycle.
Different people have different reservations about it's name.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
What is the difference between iter and do?
what was the robotech rpg?
How to handle duplicate error handling in RPG?
What is file identifier where we can use?
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?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
how do I declare a minor?
What is a record lock error?
is this a rpg channel?
what are the key words you must use when using a subfile?
How can we know running job is batch or interactive?
What is ment by record level identifier?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.