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


what built in function can be used with SETLL.If you want
to check whether the search argument is successful or not?
Please give me answer with example?

Answers were Sorted based on User's Feedback



what built in function can be used with SETLL.If you want to check whether the search argument is ..

Answer / swetha p rao

%Equal should be used with Setll .%Equal says whether the
argument is present or not.

Klist1 SetLL File1
If %Equal
/* Argument Found
else
/* Not found

EndIf

Is This Answer Correct ?    27 Yes 4 No

what built in function can be used with SETLL.If you want to check whether the search argument is ..

Answer / syam

SETLL to set pionter to a record

To set pointer to Starting of the file use
C *LOVAL SETLL Recordname
To set pointer to End of the file use
C *HIVAL SETLL Recordname

To set pointer to a particular record of the file use
C Move currentYEAR YEAR(2008)
C YEAR SETLL Recordname

Is This Answer Correct ?    3 Yes 8 No

what built in function can be used with SETLL.If you want to check whether the search argument is ..

Answer / guest

%Found built in function is used with SETLL.%found turned
to be on when a record find in the file.

Is This Answer Correct ?    11 Yes 18 No

Post New Answer

More RPG400 Interview Questions

Write a program to display prime numbers between 1 to 100 using RPGLE.

1 Answers  


A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???

3 Answers   HSBC,


What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.

2 Answers   IBM,


How can a screen field that has changed since the last output operation be detected?

4 Answers   IBM,


How to declare the more than one file in cl/400.

13 Answers   IBM,


how can i retrieve the field name from display file at run time? Devendra Singh Tomar

3 Answers  


If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?

1 Answers  


Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output

3 Answers  


What is a record lock error?

0 Answers   Wipro,


what is the equivalent keyword for CHAIN opcode ??

7 Answers   TCS,


suppose a job is running for 15 minutes after that it goes to message wait? what are the impact analysis

1 Answers  


what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?

2 Answers   IBM, Patni,


Categories