Answer Posted / 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 |
Post New Answer View All Answers
can you debug ile rpg program using isdb?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is the procedure and explain about real time scenario.
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to declare the pull button in AS/400..
what is the difference between do while and do until?
how does the rpg element work?
how do I play {insert rpg system here}?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
are there any useful c runtime apis that I can call from rpg iv?
What is the purpose of record level identifier?
How many program bind in one module....
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?