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 |
how can I give more performance to some selected pages?
Q.Hi All friends, I have one Question, I have three fields in display file SUP LOT, ISSUED to Prod and Line Grp. Field SUP LOT is mentioned in one field reference file WRSLT and key field as a key field LP.Fields ISSUED to PROD,Line GRP are mentioned in the another Field reference file WMDTF. So I want to read SUP LOT on the basis of key field LP from the first file WFSLTand then i want ot read another two fields ISSUED to DATE and LINE GRP from second file on the basis of SUP LOT, which i got from first file.Now i want to display these fields in the display file DSPWMMS. but Condition is that 'Supplier Lot,ISSUED to Prod and Line Grp will not be shown if their respective fields are blanks/Zero. Please Let me Know coding part of this senerio and what would be coding for display file to now shown fields if fields are blanks/zero. My mob. no. is 9836300345. Please reply me asap.
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
What is %CHECK?
What are all the compiler directive statements?
Hi, can you plz tell me ...syntax for GET command in FTP & SFTP is same or different???
Describe the function of SETLL operation in RPG language?
What Is The Difference Between Goto & Exsr?
How can we create subsystem in as400?
why is as/400 called object oriented machine?
Can you summarize the steps I have to go through in writing my first cgi?
Is it possible to add an keyfield or field to an Physical file without changing its file identifier. Example : - Say I have an existing physical file which is being used in 5 programs. Now I want to add an additional Keyfield or an field to it and I don't want to recompile the programs.