What does Implicit Open means with respect to a file ? What
about the Explicit Open?..what are the major differences
between these two?
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 |
what is the difference between the procedure and module in ILERPG?
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
Can you copy the records created by the OPNQRYF to other files and how?
Let?s consider a variable X of length 20. Move value ?ABC? to it.How to determine how many characters does X have?
How to search particular records from the database file in rpg?
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?
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
how to retrieve RRN value in RPGLE program
what is the necessary command needed before OPNQRYF and why?
we are sending data of physical file to screen design and it is showing no record why?
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.
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...