How to position the cursor on a display file at a desired
location.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bharat
Bhupendra: as per your answer: SFLCSRRn is used to retrieve
the rrn of the record on which cursor is placed on the
subfile.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / venkat
Agree with answer #3, you have to define CSRLOC(F1 Row C1
Col)in the display file. and the value for F1 Row and C1
Col will be passed in the program. (the desired location-
which column and which row)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bhupendra tomar
i am not sure but there are keywords like CURLOC or in case
of subfile SFLCSRRRN nothing else
| Is This Answer Correct ? | 4 Yes | 4 No |
What is the benefit of using Externally Described files over Internally Described?
Q. 1.What would be structure of CL PGM. 2. What are the levels of CL PGM. 3.How many files can be defined in new CLLE program?
what is a primary file?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
In which specification can a report layout be defined ?
which cl command is used to trap error messages during program execution?
How do you grant authority?
How to reverse a string using RPG?
What are the types of object authorities?
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
what is the command used to invoke rlu ?