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


1.Are there any errors in the following statement?If so
then list them.DTAARA is a data area having a field EMP #
and EMPNO is a
field in the file EMPPF.Which has one record.
READ EMPPF
IF %FOUND(EMPPF)
IN DTAARA
EVAL EMP#=EMPNO
OUT DTAARA
ENDIF

Answers were Sorted based on User's Feedback



1.Are there any errors in the following statement?If so then list them.DTAARA is a data area havin..

Answer / amitava

First of all, %found() function is not set after the READ
operation. If not %eof() can be used instead.

Is This Answer Correct ?    8 Yes 3 No

1.Are there any errors in the following statement?If so then list them.DTAARA is a data area havin..

Answer / abhishek

I think before updating data area it should be Locked too
to make sure no other program is trying to update same data
area.

READ EMPPF
IF %FOUND(EMPPF)
*LOCK IN DTAARA
EVAL EMP#=EMPNO
OUT DTAARA
ENDIF

Is This Answer Correct ?    3 Yes 0 No

1.Are there any errors in the following statement?If so then list them.DTAARA is a data area havin..

Answer / gagandeep kaur

%found is always used with Chain opcode

Is This Answer Correct ?    3 Yes 1 No

1.Are there any errors in the following statement?If so then list them.DTAARA is a data area havin..

Answer / syam

IN *DTAARA

OUT *DTAARA

Is This Answer Correct ?    1 Yes 0 No

1.Are there any errors in the following statement?If so then list them.DTAARA is a data area havin..

Answer / abhishek

Sorry forgot to put * before data area.

READ EMPPF
IF %FOUND(EMPPF)
*LOCK IN *DTAARA
EVAL EMP#=EMPNO
OUT *DTAARA
ENDIF

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More RPG400 Interview Questions

i'm working on progA , in that program i want to see the userids of the users who work on this program?

10 Answers   Four soft,


Can more than one subfile record be displayed on one line?

7 Answers   IBM,


I know chain keyword retreive records randomly but how chain keyword exactly works internally????

4 Answers  


Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?

3 Answers  


How Commitment and Roll back control is used in as400, explain with real time senario ???

2 Answers   Acolite, HSBC,


HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....

1 Answers   HCL, Mind Tree,


what is ment by "MDT"

2 Answers   TCS,


How do I read records from Subfile? what is the purpose of READC explain with example?

4 Answers   IBM,


difference between CHAIN and READE?

8 Answers   HCL,


how do u track msg in cl pgm???

1 Answers   CTS,


can anybody help me that what is the procedure of debugging the service program?

3 Answers   CSC,


how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?

8 Answers  


Categories