How to detect record is locked in cobol/400? What is the solution for that?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the input procedure?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is redefine?
What is sort? And its syntax?
Explain the difference between section, paragraph and sentences?
Explain what all the conditiones required for using open opcode on a file?
What is comp?
Explain the difference between search and searchall?
What are the types of perform?
what is the cobol compiler?
Explain how to detect record is locked in cobol/400? What is the solution for that?
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