how we lock a pf???? what are the parameters used in this
command.how we understand whether an object is locked or not??
using command .....we have to use *PSSR? and trough
*status..how??.if we give an eg to me???pls answer me anyone..
Answer Posted / sasikumar
Specify 'U' in file type of F-Specification. Then Chain or
Read a record. The record will be locked.WRKOBJLCK
OBJ(File_Name) OBJTYPE(*FILE) or by using Shift+Esc and type
3 in the line. Then type option 12(Display locks, if active)
to view the locked records.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are different types of substems?
how many printer files can be defined in f specs ?
what is a primary file?
Explain The Keywords Edtcde & Edtwrd?
What is the Difference between command attention key and command function key ?
which of the following operations does not zero the field flda defined as 4,0?
what is xfoot opcode ?
how can you check for a records existence without causing and i/o (chain/read)?
What is array in as400? What are the types of array?
what is the command used to invoke rlu ?
why is the declare cursor statement is used for?
what is the purpose of dynslt keyword?
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..
when is a tag statement used in rpg?
Apart from opening of a file do we have any other use of USROPN?