what is plat file?
Answers were Sorted based on User's Feedback
Answer / primakrishnan
Flat file is a physical file which can be created without
specifying any DDS levels..We have to specify the name and
record length for creating a flat file..
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / praseetha sandeep
flat file is a database file with no data defenition
specification.we can create a flat file using command CRTPF
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / nomy
flat file is phisical file with no dds level entries
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / guest
A 'plat' is a map of a small area of land (like a house
lot) so these flat file drawers hold these plans.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / jeganath
flat file is a system independent file, can be used across
all platforms,
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / noah
i supposed u mean flat file. this is a file that does not
have data elements like physical file.
used for data extraction from other platform to as400 or vice
versa. developer need to input data by using wrkdbf work
database and determine the position and length for each data
elements.
| Is This Answer Correct ? | 0 Yes | 2 No |
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
how do I preserve and clean the array?
What are different ways to pass data between programs and which one is the efficient way?
How can we receive values from a called procedure in RPG?
What is Multi Occurrence Data Structure(MODS)?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
1.The questions have given an array declaration and move operation then this statement is correct or not?