Logic cycle
Answer / 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 |
What is the difference between array and a multiple occurrence data structure?
What is the maximum number of subfiles that can be specified in a display file?
What is compiler directive in as400? Give example of compiler directive.?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
In Which Specs Arrays, Tables & Constants Are Defined?
how many printer files can be defined in f specs ?
when would you use or not use this approach?
what is clile code get last digit in numarice value
What is the purpose of CHGPF (Change physical file) command?
What is the difference between Interactive & Batch Job?
Hi i have one question In my srvpgm one module ADDM is there now i want to add new module i.e SUBM , please answer me IN STEPS how to write bndlanguage and how it was attach to SRVPGM
What is the difference between regular logical file and join logical file?