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

am 2010 passed out . can any one tell me which course is good to put 2+fake .guide me

1 Answers  


can anyone explain aboutovrOVRDBF,OPNQRYF, OVRSCOPE and OPNSCOPE?

2 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 DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?

2 Answers  


how do u find whether a record is locked or not??

4 Answers   CTS,






Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?

6 Answers   CSC,


1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?

1 Answers   CSC,


What is the RPG cycle?

3 Answers   CSC,


purpose of pannel group??/

2 Answers   CTS,


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

2 Answers   IBM,


Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?

3 Answers   Steria,


where we give the MSGSFL in rpg400?

4 Answers  


Categories