how to display all the members records in a physical file
without using ovrdbf?
Answers were Sorted based on User's Feedback
Answer / reecha
The question mean to display the records in particular
members of Physical file ...this can be achieved by
EXTMBR(member name) along with the file in f specs
as it is clearly mentioned that OVrdbf is not allowed ...
....Reecha
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / rajesh
using non-join logical file(single format)file we can
display all members records.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / guru
use EXTMBR('*ALL') in file specification.
Regards,
Guru
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / surya siram
By using EXTMBR(*ALL) keyword we can able to read the data in physical file for each member sequentially. By using file information data structure, we can able to know which member is reading currently.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amol
If we want to see all records of memebers without using a
OVRDBF ,we use DSPFD command or creating a non join logical
file based on that particular p.f.
Is This Answer Correct ? | 0 Yes | 12 No |
Delete FileName at first statement in RPG.
How do you call procedures in ILE?
1.CA(command Atention key)& CF(command Function key) difference with example?Please can any body tell me in real time exp? 2.Can any body tell me some mandatery function keys using while creating any screen with use of SDA-FUNCTION kEYS?
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
What is the difference between inner join @ outer join
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
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
how do I do concatenation in rpg iv, like I do in cl?
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
1) How to retrieve RRN through RPG ? 2) How to pass parameter by value ? 3) How to trap the error through the RPG/400
10 Answers IBM, Tech Mahindra,