what is the cobol compiler?
Answers were Sorted based on User's Feedback
What is the syntax of redefine?
why icetool be used in programmer view?
Code how to read 5th element of the array?
What is sort?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
what is the difference between comp & comp-3?
can i anyone tell me how to use copybooks in cobol
When search all is used in cobol program without sorted input data
Arrays in COBOL/400
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
Explain the difference between comp & comp-3?
what is redefine and its syntax?