Explain 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?
what is PERFORM? and its types?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
what is redefine and its syntax?
Explain the difference between comp & comp-3?
How we can update data area in cobol 400 program?
Explain the syntax of sort?
write a cobol program to display prime numbers between 1 to 100?
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 the difference between comp & comp-3?
It's possible use %TRIM statement like rpgile?
define sort? and its syntax?