Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to position the cursor on a display file at a desired
location.

Answers were Sorted based on User's Feedback



How to position the cursor on a display file at a desired location...

Answer / swadesh

One way is, go to display attribute property of display
file and position the cursor on desire fields by
DSPATR(PC).cursor will be set on that field.

Is This Answer Correct ?    17 Yes 4 No

How to position the cursor on a display file at a desired location...

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

How to position the cursor on a display file at a desired location...

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

How to position the cursor on a display file at a desired location...

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

How to position the cursor on a display file at a desired location...

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

Post New Answer

More IBM AS400 AllOther Interview Questions

what is match field indicator?

1 Answers   IBM,


Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?

0 Answers  


What is Job description?

1 Answers  


What is Folder?

1 Answers  


What command must be executed before executing OPNQRYF command?

1 Answers  


is it possible to do commitment control with out journaling?

1 Answers  


What is the difference between regular logical file and join logical file?

1 Answers  


I have SQLRPGLE program in which there are some update statements which executed correctly. there were no errors run time. Once the program gets over, the file was not updated with the new values. What might be the reason?

2 Answers  


What is the purpose of Level Check parameter in a Physical file?

1 Answers  


which cl command can be used at program execution to redirect the file named in an rpg program?

0 Answers   IBM,


which are the figurative constants used in rpg?

0 Answers   IBM,


Q.How can more than two program be executed in batch mode through SBMJOB in CL PGM but the condition is that program must be executed one by one?Please wtite the senario? 2. IS it possibe more then two programs can be executed in batch mode and HOw it will be executed in CL program ,please write the senario?

6 Answers   IBM,


Categories