Define redefine?
No Answer is Posted For this Question
Be the First to Post Answer
Arrays in COBOL/400
What is the syntax of sort?
What is output procedure?
What are the types of perform?
what is the difference between comp & comp-3?
Explain the difference between search and searchall?
Can we open close file in COBOL any number of times?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What is the actual use of fillers?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain how to update data area in cobol 400 program?
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