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 |
can you display a empty subfile?
maximum number of subfiles that can be active for a single file is?
How to read data from *LDA (Local Data Area) in RPGLE program without using IN opcode?
How can you identify End of file in CLP program?
How to change file attributes such as size, file wait time, record wait time etc., permanently?
How can you check the existence of object in a system?
When does the DFT keyword in PF be used?
how would you design the process for a nightly, high volume check producing process that needs to select only records that are flagged to be processed?
what is lokup opcode?
Hi All, Can any one give me a suggestion for below prob One job is in MSGW due to decimal dara error and I find out stmt error and Value in DMUP. but my file has millions of records.So how can i find out on which record the error was occured....?
Which is better LF or OPNQRYF ? When should we use LF and when should we use OPNQRYF ?
1.what are the builtin funtions in cl pgg?Explain with example 2.what is meant by left outer join?where we can use this?