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


We have a Physical file, after reading 5 records,it has to
read LF of that same Physical file,Will it start reading
from Ist record or will start reading from 5th record?

Answers were Sorted based on User's Feedback



We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will..

Answer / s. kumar

It will start from first Record.

Is This Answer Correct ?    31 Yes 0 No

We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will..

Answer / raj

it will start from first record

Is This Answer Correct ?    13 Yes 0 No

We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will..

Answer / vilas

it will read from first record

Is This Answer Correct ?    5 Yes 0 No

We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will..

Answer / sreedhar

Do you have any requirment to read from 6th record?

Is This Answer Correct ?    2 Yes 1 No

We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will..

Answer / raj

It will read, based on the key list to the LF

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More RPG400 Interview Questions

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

8 Answers  


what are the types of identifers

2 Answers   IBM,


Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?

4 Answers   IBM,


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

0 Answers   IBM,


if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.

10 Answers   Four soft,


In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?

4 Answers  


How can we know running job is batch or interactive?

0 Answers  


What is the name of default out queue when user logs inn to syatem with valid profile?

3 Answers   IBM,


1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?

8 Answers   HCL,


how can I tell when to replace the array?

0 Answers   IBM,


can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E

1 Answers  


Please help me, I have created window subfile,I have created Footer with same lengh and postion of window SFL. When I call the pgm, first is shows only Footer and then it shows subfile records.This time Footer is not showsing ..plz hel me how can i do it...? Sameple DDS and RPG: A R WIN1 SFL A*%%TS SD 20090130 165346 MUNSHIJ REL-V4R2M0 5769- PW1 A FLD001 1Y 0B 4 3EDTCDE (Z) A ATFILE R O 4 7REFFLD (QWHFDBAS/ATFILE LIB/LIBF- A ILE) A R WINCTL SFLCTL (WIN1) A*%%TS SD 20090202 123459 MUNSHIJ REL-V4R2M0 5769- PW1 A ALTNAME ('y') A SFLSIZ (0004) A SFLPAG (0004) A WINDOW (FOOTER) A ROLLUP (27) A ROLLDOWN (28) A CF12 (12 'Cancel') A 50 SFLDSP A N51 SFLDSPCTL A 51 SFLCLR A 1 2'Select Option,Press enter' A 2 3'1= Select' A R FOOTER A* A WINDOW(8 31 9 43) A 8 4'F12 = Cancel' A R DUMMY ASSUME A 24 10' ' in RPG: Dow *IN12 = *Off Write Footer Fxfmt WInCTL

2 Answers  


Categories