What does Implicit Open means with respect to a file ? What
about the Explicit Open?..what are the major differences
between these two?
Answer Posted / shishir
Imlicit open means file is open by program which is automaticaly done whne we call a program .
Explicit open means you open a file thorugh f-specification keyword "usropn " and then open and close the file means in explicit open the authority of opening and closing the file is done by programmer according to the requirements.
this is also the basic diffreence .
i am also new in AS400 if i am incorrect please let me know .
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
how do you use commitment control in rpg?
what do you mean by an input subfile, what are the keywords required?
what is a rpg?
How to select highest score of each subject or how to select highest income of every month?
what is the procedure and explain about real time scenario.
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?
How would display prime numbers using CL program?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
When it is desirable to describe files Internally?
what was the robotech rpg?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is an online rpg?
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?
what is file information data structure?
do you use message subfiles? What are the necessary keywords required coding a message subfile?