How many max. Record format a logical file have?
Answers were Sorted based on User's Feedback
Answer / trupti
maximum of 32 record format a logical file can have
| Is This Answer Correct ? | 49 Yes | 1 No |
Answer / raj
In logical file , we have two types of logical files,
1) join logical file ---- one record format
2) non join LF ----32 Record formats
| Is This Answer Correct ? | 46 Yes | 1 No |
Answer / swadesh
Hi Raj,
Thanks but I am little bit confuse for it.I think
32 is the maximum no. of file that we can join.Is it
correct?
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / rajesh
Logical files are two types.
join logical file have only one record format, no need to declare same as pf record format name.
Non join logical file have 32 record foramts,so we can say this is multi record format logical file.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sachin
In logical file , we have two types of logical files,
1) join logical file ---- one record format
2) non join LF ----32 Record formats
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / vinod
Raj and Sachin both are right.
In logical file , we have two types of logical files,
1) join logical file ---- one record format
2) non join LF ----32 Record formats
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sonpal singh
32 is the max record a logical file have...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sethu 400
PF has 1 recordf
LF is of 3 types
simple 1rf and pf key word
multiple >1rf and pf key word
and format or join max of 32 1rf and pf key word
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / swadesh
Hi Nupur,
I am asking about Record format not Records.
| Is This Answer Correct ? | 0 Yes | 8 No |
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?
what is open data path? and what is the diff b/w access path and open data path?
How to find the list of source physical files in a library?? Is there any way to get a list??
How many max. Record format a logical file have?
Which keyword is used both in subfile and subfile control record format of a DSPF?
1. How can I create a LF using crtlf command based on a particular member in a multimember PF? Where I have to specify the member name? 2. How to differentiate between the types of join from a Join logical file DDS. Is it possible to have different types of Join Logical files? 3.Any performance difference between Opnqrf and Embedded SQL? When I should prefer Opnqryf and when SQL? 4. I know access path is the path chosen by the program to retrieve data. It can be of keyed access path or arrival sequence. *IMMED- *IMMED description says access path is updated each time record is added or deleted from a member. - What is updating here? *REBLD - The access path is completely rebuilt each time a file member is opened. The access path is maintained until the member is closed, then the access path is deleted. - I am not able to understand this completely. Could anyone explain these more clearly? 5.What is the purpose of using activation group. I know it is a resource allocator, but other than this any other benefits of using an activation group?
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
How to know the perticular record in pf with out reading?
can any one tell me what is meant by PSSR? Kindly elaborate it...
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
how to update physical file using logucal file with example
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