Explain the difference between comp & comp-3?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between SEARCH and SEARCHALL?
What is comp?
Deleting a record from a Sequential file.
What is sort?
How to detect record is locked in cobol/400? What is the solution for that?
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
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
what is the cobol compiler?
How COBOL helps Mainframe to maintain large records ???
what is the difference between comp & comp-3?
Explain the syntax of sort?