when do you explicitly open files and close files in an rpg program?
Answer / salil kumar
If you specify the letter ' U ' at column 73-74, you need to be open and close files explicitly in a RPG program.
| Is This Answer Correct ? | 0 Yes | 0 No |
which cl command can be used at program execution to redirect the file named in an rpg program?
what is the difference between clear and reset opcodes and open and close opcodes?please tell me in real time senario with example please? And What is the use of SFLNXTCHG?Where we can use this?
What is SAA?
what are two types of record are used in subfile?
Describe about Query/400?
why is the declare cursor statement is used for?
What does SDA stands for ?
when should I use method get, and when should I use method post in my cgis?
how to define to define a hidden filed in dspf ?
What is an ICF file?
Can we debug the MSGW JOBS?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?