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 |
How to read a pf in reverse(from last record to first) using cl?
What is open data path?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
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.
What is the batch job?
Is Constent can be define as a key field?
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?
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?
What is the interactive job? What is the batch job?
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?
how to update physical file using logucal file with example