How to position the cursor on a display file at a desired
location.
Answer Posted / bharat
There is a keyword CSRLOC(F1 Row C1 Col), you have to
specify the location(which row or column). The system
positions the cursor before the output operation is
performed on the record that is being specified.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
different type of cursor?
what is the use of unique keyword and what level it is defined?
which are control break logic indicators?
what is the difference between sflclr and sflinz?
how can I give more performance to some selected pages?
what is a spool file?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
what is the purpose of dynslt keyword?
which of the following operations does not zero the field flda defined as 4,0?
is there any way to dynamically merge other html scripts into a given html?
can we define multi-dimensional arrays in rpg ?
how can you check for a records existence without causing and i/o (chain/read)?
what opcode could be used to test an alphanumeric field for all numeric values?
how to run other job when one job is active?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?