What is sort? And its syntax?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of perform?
why icetool be used in programmer view?
define comp?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What are fillers? What is the actual use of fillers? With mall/simple example?
Explain the difference between comp & comp-3?
what is the cobol compiler?
Define redefine?
Deleting a record from a Sequential file.
Can we open close file in COBOL any number of times?
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