how to see number of logical files depending on a pf?...can
we declare more than 20 logical files from a single pf? is
it possible
Answers were Sorted based on User's Feedback
Answer / swetha p rao
1. we can see the number of logical files in the following
ways
a. DSPDBR (filename)command
b. Using DBU (Filename) and Shift + F2
2. Yes we can declare more than 20 files on a physical file
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / n muralidhar
I agree with swetha. But there is one more way to see the
logicals USING DBU is just type 'DBR' and press enter.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / krishna dahale
i am not agree wth swatha....bcoz thr is no such command in as400....and dbu is not wroking properly
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinay
DBU is the Data Base Utility
Type DBU take F4 and enter File name and lib.
hear you take F14 (Shift + F2) it will direct to Data Base Relations
| Is This Answer Correct ? | 1 Yes | 1 No |
how to restrict upon adding the data for field reference file in DB400
how can we write LF using flatfile.
What is the purpose of the chain and setll and setgt?
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?
wirte a simple program for read file in cl
how to update physical file using logucal file with example
one physical file can have how many max of logical files? what is the primary file?
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.
I have a pf, it contains 5 members, how to access particular member data from logical file?
How to know logical file belongs to which physical file without source?
In how many ways we can create a logical file?`
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?