Answer Posted / syam
The events that happen in any particular programs occur
in exactly the same order as in every other RPG program.
This order is known as the Logic Cycle.
What makes one program different from another is
that "indicators" or switches are turned on or off, based
upon tests performed on the data being processed, which
cause or prevent input, calculation, or output events at
specific points in the cycle.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
describe the difference between the dowxx and douxx operations?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?
what is overlay?
Can level check error occur if we do chgpf?
why is as/400 called object oriented machine?
what is the necessary keyword for non-join logical file?
what are the different opcodes available in rpg for database access ?
what are the different methods to access seu?
which cl command can be used at program execution to redirect the file named in an rpg program?
how can we run a batch job?
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
what are necessary keywords to code message subfile?
can a indexed file be accessed in arrival sequence in rpg program?
what does defn do?