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 |
Write a program to display prime numbers between 1 to 100 using RPGLE.
How to print Superscript / Subscript from RPG400
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
two types of read performed in dataqueue?????
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
what is batch debug in as400?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?