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 |
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
What are the types of identifiers?
How to read data from Nth member of a physical file containing some X number of members in it? "Provided member names are unknown"
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
what is the use of sflnxtchg?
what is batch debug in as400?
ESCAPE message sent by child program can be handled by parent program using which keyword?
how do I declare a table or array in rpg iv?
How can you delete a record from a file in RPG without using DELETE oppcode?
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
Errors in Sql query will be in which state?
difference betwen keywords and opcodes