Answer Posted / ravikumar
A flat file having same file name, same record format name and same field name with particular length
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how can I tell when to replace the array?
how does the rpg element work?
How Chain operation copies the record's data to the input buffer for the program?
What are the types of identifiers?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
can you debug ile rpg program using isdb?
is this a rpg channel?
are there any useful c runtime apis that I can call from rpg iv?
How can we override a file during runtime in rpg?
what is an online rpg?
what is the rpg system?
how can you display specific subfile page on the screen in unequal subfile?
can I touch the array during treatments?
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...?