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

How to update data area in cobol 400 program?

0 Answers  


What is the syntax of redefine?

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  


Explain how to detect record is locked in cobol/400? What is the solution for that?

0 Answers  


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

0 Answers  






What is input procedure?

0 Answers  


What is sort?

0 Answers  


Define redefine?

0 Answers  


Explain the input procedure and output procedure?

0 Answers  


Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?

0 Answers  


define comp?

2 Answers  


Arrays in COBOL/400

2 Answers   Polaris,


Categories