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


difference between
1:%found and %equal built function in detail with example .

Answers were Sorted based on User's Feedback



difference between 1:%found and %equal built function in detail with example ...

Answer / alok kumar

%Found is used with Chain to check the existence of record
the values are fetched if record exist.
While %Equal is used with Setll or Setgt to check the existence of record, values are not fetched in this case

Is This Answer Correct ?    11 Yes 1 No

difference between 1:%found and %equal built function in detail with example ...

Answer / sachin14muthu

when we look into the file we can use %found, and look into the different format (record format) we can use %equal.

Is This Answer Correct ?    3 Yes 0 No

difference between 1:%found and %equal built function in detail with example ...

Answer / sasikumar c

%found:
Found built in function used in Chain operation it
will point the tell record is there or not in data base.This
function used along with Chain op-code.

%equal:
This function used in Setll or Setgt operation. it
will tell record is there or not in database.

Is This Answer Correct ?    1 Yes 0 No

difference between 1:%found and %equal built function in detail with example ...

Answer / kirubaharan j

%found : This built-in-function is used along with CHAIN
op-code, to find whether the chained record is found in
database file or not. We can use this built-in-function with
condition after CHAIN the record. eg: If %Found(PF Name);

%Equal : This built-in-function is used along with SETLL and
SETGT op-code, to find whether the record is available in
database file or not. We can use this built-in-function with
condition after SETLL or SETGT the record.
eg: If %Equal(PF Name);

Is This Answer Correct ?    1 Yes 0 No

difference between 1:%found and %equal built function in detail with example ...

Answer / ram

Extra..
%Equal used in case of %Lookup also..

Is This Answer Correct ?    0 Yes 0 No

difference between 1:%found and %equal built function in detail with example ...

Answer / shishir

Sachin bhai thanx : will you please elaborate it more

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More RPG400 Interview Questions

what is the difference between the procedure and module in ILERPG?

4 Answers  


Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?

6 Answers   HSBC,


How to add 2 new fields in a file? How many ways are there in as400?

2 Answers  


When it is desirable to describe files Internally?

0 Answers  


1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF

5 Answers   CTS,


two types of read performed in dataqueue?????

4 Answers   CTS,


without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?

3 Answers   HSBC, TCS,


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

0 Answers  


You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?

1 Answers  


What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52

2 Answers   Fiserv, IBM,


What is a record lock error?

0 Answers   Wipro,


Why did we give STRSRVJOB while debugging batch program

3 Answers   HBL Power Systems,


Categories