what is the purpose of putovr (put with explicit override) keyword?
Answer / nitin trivedi
Use this record-level keyword to permit the override of either display file attributes or data contents of specific fields within a record displayed on the work station device.
| Is This Answer Correct ? | 0 Yes | 0 No |
what do we can do with the embedded sql statements?
why is the declare cursor statement is used for?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
1.what operation cannot be used in conjunction with file coded as divice type disk? 2.Difference between INCLUDE AND COPY?
what are the parameters required for calling ls & get command(SFTP COMMANDS) from cl progtram.... e.g call PGM(qp2shell) PARM('/qopensys/usr/bin/sh' '-c' 'sftp -b /home/mydir/tmp.txt user@host.com') Plz reply in detail...
what is a composite key?
how can I control the way a remote browser uses its cache?
what are the different commands used in rlu ?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
what is the version of os/400 that we have?
what is the difference between *like and *namvar ?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?