i have a PF,it contains 5 members,how to access particular
member data from logical file ?and what is the use of member
in PF

Answer Posted / syam

A1. Reading member 5 of myfilepf
CRTLF FILE(KCS/MYFILELF) SRCFILE(KCS/KC1) DTAMBRS
((KCS/MYFILEPF (MBR5)))
Or
ADDLFM FILE(KCS/MYFILELF) MBR(MYFILEBR) DTAMBRS
((KCS/MYFILEPF (MBR5)))

A2.For accounting purpose each month data can be stored as
12 different members.
So that we can easily access one month data or 12 months
together.
Easy to maintain 12 members in one PF file instead of 12 PF
Files.

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the interactive job? What is the batch job? How to change the batch job to interactive job?

633


How many maximum record format a logical file have?

590


Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?

640


How to retrieve a physical file after deleting that?

588


There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.

734






How to change the batch job to interactive job?

581


What is the interactive job?

581


How to find the list of source physical files in a library?

624


Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?

7457


What is the batch job?

574


How to index LF by relative record no (RRN)

2837


What is the primary file?

588


What is the purpose of the chain and setll and setgt?

595


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

592


How to read a pf in reverse(from last record to first) using cl?

607