How u detect record is locked in Cobol/400 ?
Wat is the solution for that ?

Answers were Sorted based on User's Feedback



How u detect record is locked in Cobol/400 ? Wat is the solution for that ?..

Answer / mvrk

Check the file status, if the file status is 9D then it indicates that the record is locked. Solution should be READ the file with NO LOCK.

Please correct me if i am wrong.

Is This Answer Correct ?    14 Yes 2 No

How u detect record is locked in Cobol/400 ? Wat is the solution for that ?..

Answer / kishore

How i Read file with NoLock ?

mail me at pvenkatakishore.as400@gmail.com

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL400 Interview Questions

Explain how to update data area in cobol 400 program?

0 Answers  


What are fillers? What is the actual use of fillers? With mall/simple example?

0 Answers  


define comp?

2 Answers  


how array can be declare in cobol?

6 Answers  


What is input procedure?

0 Answers  






How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field

2 Answers  


Define perform?

0 Answers  


How to detect record is locked in cobol/400?

0 Answers  


Arrays in COBOL/400

2 Answers   Polaris,


Define sort?

0 Answers  


can i anyone tell me how to use copybooks in cobol

1 Answers  


It's possible use %TRIM statement like rpgile?

2 Answers  


Categories