Answer Posted / 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 |
Post New Answer View All Answers
What is dynslt?
what are all the contents of subfile?
what is a primary file?
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
what is externally described file ?
what is the maximum number of subroutines allowed in rpg?
what is the command to know key fields of file?
What is diff between EVAL & MOVE?
what are the different types of variables available in cl?
what is the difference between udate and the system date?
how to pick up the changed records every time in a subfile after the first change made ?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
Can level check error occur if we do chgpf?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...