how to display all the members records in a physical file
without using ovrdbf?
Answer Posted / 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 |
Post New Answer View All Answers
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
What are the types of identifiers?
what is the rpg system?
How to select highest score of each subject or how to select highest income of every month?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what was the robotech rpg?
what do you mean by an input subfile, what are the keywords required?
what is the procedure and explain about real time scenario.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
How to declare the pull button in AS/400..
How can we know running job is batch or interactive?
is this a rpg channel?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?