Define sort?
what is redefine and its syntax?
Code how to read 5th element of the array?
What is redefine?
Arrays in COBOL/400
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 section,paragraph and sentences
define sort? and its syntax?
how array can be declare in cobol?
Explain the difference between comp & comp-3?
what is the difference between SEARCH and SEARCHALL?
Define redefine?
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