How many max. Record format a logical file have?
Answers were Sorted based on User's Feedback
Answer / kamlesh
if it is multi format lf then any number of record formats
u can specify there is no limit.
| Is This Answer Correct ? | 2 Yes | 11 No |
Answer / syam
Only 1 Record format PF and LF.
If you want to multiple format you need to specify inside
rpg program and write in one format pf.
| Is This Answer Correct ? | 1 Yes | 18 No |
Answer / nupur
8000. this can vary,can be lesser if date format,
alphanumeric fields are used.
| Is This Answer Correct ? | 1 Yes | 25 No |
How to insert more than one record to a pf at a time?(Bulk insert to a pf)
Last statement of any rpg program is lr?
Why journalling is compulsory before commitment control?
how to update physical files using normal logical file
When u create a PF and did not fill up Maint parameter, then by default which access path will the system take & why
How to index LF by relative record no (RRN)
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?
I had created one physical file tell me command to enter data in to?
pls anyone explain about compile time array,pre run time array run time array
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.
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
Suppose if a physical file is having 1000 records, but i deleted 500 records from it. Here the concern is can the size of the file changes or it remains the same... kindly help me out with thorough xplanation.... Thanks in-advance...