What is the purpose of USROPN keyword?
Answer / shobhit
The USROPN keyword causes the file not to be opened at
program initialization. This gives the programmer control
of the file's first open. The file must be explicitly
opened using the OPEN operation.
For example, if a file is opened and later closed by the
CLOSE operation, the programmer can reopen the file (using
the OPEN operation) without having specified the USROPN
keyword on the file description specification.
| Is This Answer Correct ? | 22 Yes | 0 No |
OVRDBF FILE(xxx) TOFILE(libl/filename) share(*yes) In which scenario is share(*yes) used? could any one explain with an example?
What are the different types of messages in CL?
what is join logical file?
Explain The Keywords Edtcde & Edtwrd?
what are members?
write a pgm to read p.f using cl pgm?
what is a non-join logical file?
A phisical file has two fields like 1) Account No(10,0) 2)Phone No(15,0)Unique on both fields?Please give me the answer for this?
What is source physical file?
how will you display a particular page in subfile ?
What is a Join Logical File, Can it be used for Update ?
1.What is the difference between regular join logical file and non join logical file? 2.what are the nessasary keywords for non join logical file