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...


can anybody explain significance of *loval setll with example code????

Answers were Sorted based on User's Feedback



can anybody explain significance of *loval setll with example code????..

Answer / praveen sankhare

*LOVAL SETLL is used to set the pointer at the starting of
the record(i.e 1st record.)

For eg. Keyed records in file are 2,3,5,7,8...
Factor 1 opcode factor2 HI LO EQ
*loval SETLL REC 99 98

*loval setll will set the poniter to 2.

Is This Answer Correct ?    18 Yes 0 No

can anybody explain significance of *loval setll with example code????..

Answer / sree

It will set the pointer top level and it will read first
record from the data base file or device file.
ex:
FEMP IF E K DISK
*LOVAL SETLL EMP
ID DSPLY
NAME DSPLY
SETON LR

Is This Answer Correct ?    6 Yes 0 No

can anybody explain significance of *loval setll with example code????..

Answer / sree

It will set the pointer top level and it will read first
record from the data base file or device file.
ex:
FEMP IF E K DISK
*LOVAL SETLL EMP
ID DSPLY
NAME DSPLY
SETON LR

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel

2 Answers   IBM,


1.The questions have given an array declaration and move operation then this statement is correct or not?

3 Answers   TCS,


Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?

1 Answers  


How can read PF in reverse order (end to start) in CL pgm..

8 Answers   TCS,


1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

0 Answers  


What is the purpose of record level identifier?

0 Answers  


What is the difference Return and InLr?

3 Answers  


Hi,This is raju.Can any body give me the real experience answer for this question? 1.What is the significance of *MAP and *DROP in the CPY command?

3 Answers  


what is the procedure and explain about real time scenario.

0 Answers   Adhoc Technologies, Hanuman Automation, HSBC, IBM,


check existence of one record without using chain or read?

1 Answers   IBM,


What is the purpose of FRCDTA keyword?

3 Answers   IBM,


How to create a key field for a logical file inside RPG?

4 Answers   HSBC,


Categories