Why we create the Physical File Member?

Answers were Sorted based on User's Feedback



Why we create the Physical File Member?..

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

Why we create the Physical File Member?..

Answer / samul

MEMBER IS USE TO STORE THE DATA, EACH FILE MUST HAVE MEMBER.

Is This Answer Correct ?    12 Yes 7 No

Why we create the Physical File Member?..

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

Why we create the Physical File Member?..

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

Why we create the Physical File Member?..

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

Post New Answer

More DB400 Interview Questions

What is the difference between access path and open data path?

0 Answers  


A pf containing 100 records... my query is how to display from 11th record in the pf?

3 Answers  


Can we concatenate fields in physical file? If yes how can we do?

0 Answers  


There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.

2 Answers  


How to know logical file belongs to which physical file without source?

1 Answers  






pls anyone explain about compile time array,pre run time array run time array

4 Answers  


How can i retrieve city while my i have one field address length 60 but i don't know what where is city in this field ?

4 Answers  


What is the use of member in pf?

0 Answers  


what is general and type of general

1 Answers   Active Brains,


I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?

0 Answers  


how to update physical files using normal logical file

4 Answers  


what is the intractive job? what is the batch job ? how to change the batch job to interactive job?

2 Answers   Four soft,


Categories