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..

Answers were Sorted based on User's Feedback



how we lock a pf???? what are the parameters used in this command.how we understand whether an obje..

Answer / yogesh

We can lock the pf using
ALCOBJ OBJ((CUSMASFL *FILE *EXCL))


To ensure the object is locked :
WRKOBJLCK OBJ(CUSMASFL) OBJTYPE(*FILE)

To release the lock: Deallocate Object command
DLCOBJ OBJ((CUSMASFL *FILE *EXCL))

Is This Answer Correct ?    14 Yes 0 No

how we lock a pf???? what are the parameters used in this command.how we understand whether an obje..

Answer / swadesh

using WRKOBJLCK cmd we can find the lock status.DSPOBJLCK
is not correct.

Is This Answer Correct ?    6 Yes 0 No

how we lock a pf???? what are the parameters used in this command.how we understand whether an obje..

Answer / samul

how we lock a pf????

Ans :Using cmd ALCOBJ


how we understand whether an object is locked or not??
Ans : Using cmd DSPOBJLCK


we have to use *PSSR? and trough
*status..how??.if we give an eg to me???

Ans : To handle to record lock in pgm (RPG)
need to handle wiht status code 01218 in *PSSR subroutine.

Cheers...

Is This Answer Correct ?    4 Yes 0 No

how we lock a pf???? what are the parameters used in this command.how we understand whether an obje..

Answer / ramana

WRKOBJLCK is the correct command

Is This Answer Correct ?    2 Yes 0 No

how we lock a pf???? what are the parameters used in this command.how we understand whether an obje..

Answer / 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

More IBM AS400 AllOther Interview Questions

What do you mean by ODP?

1 Answers  


why is as/400 called object oriented machine?

1 Answers   IBM,


How can we change the uppercase to Lowercase in RPG?

0 Answers  


How can we find from which source the program has been compiled for a given RPGLE program object?

5 Answers  


What is the purpose of USROPN keyword?

1 Answers   CTS,


what are the different methods to access seu?

0 Answers   IBM,


Hi Friends, I need immediately answer for this: Senario is that,I am selecting records from the display and window subfile on the basis of Reason Code and some more fields but spool file not showing the same records which i have selected by display and window subfile. Q.What could be the causes(resons)to not show records properly (just selected in the display file and Window subfile)according the selection criteria of the records. Q.What would be the solutions to show records properly in the spool file just as selected in in the display file and window subfile according to the selection criteria.

1 Answers   IBM,


What is the difference between Array and Table?

1 Answers  


What is the use of L specs in RPG?

1 Answers  


distinguish between terminating a program through seton lr and return?

0 Answers   IBM,


how do you detect unused spool storage?

2 Answers  


what is the purpose of putovr (put with explicit override) keyword?

1 Answers   IBM,


Categories