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
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
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?
Explain mdt?
How to write record if no field or the field are different in physical file in rpgle ?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How to handle duplicate error handling in RPG?
What is the difference between copybooks and subprocedures in as400?
what is the use of sflnxtchg?
what is the difference between do while and do until?
can you debug ile rpg program using isdb?
what do you mean by an input subfile, what are the keywords required?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
what is program status data structure?
When it is desirable to describe files Internally?
can I touch the array during treatments?