Logic cycle



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

Post New Answer

More IBM AS400 AllOther Interview Questions

What is the maximum number of subfiles that can be specified in a display file?

1 Answers   IBM,


What is the benefit of using Externally Described files over Internally Described?

19 Answers   IBM, Patni,


distinguish between terminating a program through seton lr and return?

0 Answers   IBM,


What is SAA?

1 Answers  


What is the difference between Interactive & Batch Job?

1 Answers  






which cl command is used to trap error messages during program execution?

0 Answers   IBM,


why we use binding directory and service pgm

4 Answers   TCS,


Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)

0 Answers   TCS,


How many MONMSG commands can declare in a CL program?

3 Answers  


How do you check object lock

0 Answers  


what is the maximum number of fields under a record format of physical file?

1 Answers   IBM,


define the purpose/use for sflrna?

1 Answers   IBM,


Categories