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 difference between keys of a Physical file and the keys of a logical file?
2 Answers Bank Of America, BoA,
What is the difference between physical file and logical file?
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?
Q.1.What is differences in STRDBG and STRISDB debugging commands? 2.Where we should use STRDBG and STRISDB Debugging commands?
What are the different types of keywords in display files?
What is the maximum number of subfiles that can be specified in a display file?
what keyword must be used with protect keyword ?
what is subfile?
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
What is the difference between non-join logical files and join logical files?
What would be the output of the variable result? D RESULT S 5S O INZ(00011) C EVAL RESULT = %TRIM(RESULT) Please give me the correct answer for this A.0001 b.compile time error c.11 d.Runtime error
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?