What does Implicit Open means with respect to a file ? What
about the Explicit Open?..what are the major differences
between these two?



What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the..

Answer / 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

More RPG400 Interview Questions

what is the difference between the procedure and module in ILERPG?

4 Answers  


Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.

1 Answers  


Can you copy the records created by the OPNQRYF to other files and how?

2 Answers  


Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?

1 Answers  


How to search particular records from the database file in rpg?

2 Answers  


Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?

6 Answers   CSC,


Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2

2 Answers  


how to retrieve RRN value in RPGLE program

3 Answers  


what is the necessary command needed before OPNQRYF and why?

5 Answers  


we are sending data of physical file to screen design and it is showing no record why?

1 Answers   NTT Data,


i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.

2 Answers   CTS,


How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...

0 Answers  


Categories