how to display all the members records in a physical file
without using ovrdbf?

Answer Posted / guru

use EXTMBR('*ALL') in file specification.

Regards,
Guru

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of record level identifier?

730


How to declare the pull button in AS/400..

1884


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2056


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

721


do you use message subfiles? What are the necessary keywords required coding a message subfile?

692






How Chain operation copies the record's data to the input buffer for the program?

1084


write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen

834


what is the necessary keyword needed to scroll subfile records?

706


If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

624


what is kids-rpg?

671


what is the rpg system?

670


1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?

495


How can we override a file during runtime in rpg?

690


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2377


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2521