Why we create the Physical File Member?
Answers were Sorted based on User's Feedback
Answer / kolla ravi
A member is like an Individual file.It is possible to Have
32767 such members within the same PF.Each member added to
the file will exactly get the same record format(
fields,types and KWDS) on the file.This facility is
provided to meet the requirement when many files are needed
to be created with same structure.Here just Create file
once with MAXMBRS(as many reqd) and ADDPFM will do it.Easy
to create and maintain as a single object.Each member is
identified by unique name within file.
Examples : A School has attendance register per class. Each
Class has 4 sections and in all10 classes. Instead of
Creating and maintaining 40 files and scaterred in a
library, one can create a PF and add 40 members in one
object.
Secondly All Physical files created need not necessarily
have members. Some files are created to store field
definitons only and are called field refrence files. They
need not have members.
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / samul
MEMBER IS USE TO STORE THE DATA, EACH FILE MUST HAVE MEMBER.
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / sethu 400
know about the as 400 hierarchy
library
source member
source file
source data
(r) source statement
source members are created to to distinguish the souces of
diffesent database file, cobol,cl and dds. All these are
due to the as 400 architecture
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / nitish
source members are created to to distinguish the souces of
diffesent database file, cobol,cl and dds. All these are
due to the as 400 architecture
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / chandu
bcz each seeker work in wrkmbrpdm in that must have create
pf bcz
it stores data upto 36767 members in one file&lib
mainly it contain to store data
| Is This Answer Correct ? | 1 Yes | 4 No |
How can we handle errors in RPG?
what is the difference between adding keys & constraints into a phisical file
one physical file can have how many max of logical files? what is the primary file?
what is use of self join and which cases you will use this join
How to read a PF in reverse(from last rec to first) using CL?
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?
What is FORMAT keyword and its use?
what is multiple member pf
YOU CAN DELETE THE RECORD SPACE PERMENANTLY IN PHYSICALFILE THROUGH CL?
Maximum how many fields we can create under a record format of PF?
what is the difference between adding keys & constraints into a phisical file
Is Constent can be define as a key field?