Part 3 Questions
Part 3 Questions
Ans No, we cannot print decimals in type N because decimal places are not permitted with N
data type.
C = A + B.
Ans A step loop is a repeated series of field-blocks in a screen. Each block can contain one or more fields,
and can extend over more than one line on the screen.
Step loops as structures in a screen do not have individual names. The screen can contain more than one
step-loop, but if so, you must program the LOOP…ENDLOOPs in the flow logic accordingly. The
ordering of the LOOP…ENDLOOPs must exactly parallel the order of the step loops in the screen. The
ordering tells the system which loop processing to apply to which loop. Step loops in a screen are
ordered
Transaction TZ61 (development class SDWA) implements a step loop version of the table you saw in
transaction TZ60.
Step loops fall into two classes: static and dynamic. Static step loops have a fixed size that cannot be
changed at runtime. Dynamic step loops are variable in size. If the user re-sizes the window, the system
automatically increases or decreases the number of step loop blocks displayed. In any given screen, you
can define any number of static step loops, but only a single dynamic one