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
What is redefine?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
What is output procedure?
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
Deleting a record from a Sequential file.
How we can update data area in cobol 400 program?
Can we open close file in COBOL any number of times?
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
What is perform?
define sort? and its syntax?
write a cobol program to display prime numbers between 1 to 100?
How we create file in COBAL400