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 |
during input operation which indicator position is seton if there is a record lock?
what is match field indicator?
can you display a empty subfile?
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
What is the benefit of using Externally Described files over Internally Described?
how you will find an error which is not in the first page of the subfile without using rolldown key?
Want to know related Interview questions and answers for seniors
What is SFLSIZ ?
How to increase 3 days from my current date in RPG Program?
what is a logical file?
I have a display file with mandatory fields. Is there anyway that i can highlight those fields to bring attention to the user? The same behavior that AS400 makes when we attempt to execute a command without completing all the required parameters. Note: I have used DSPATR(HI) or DPSATR(RI) and they have different behaviors. Thanks.
how can you detect overflow for a print program that prints multiple lines per cycle?