Explain the syntax of redefine?
No Answer is Posted For this Question
Be the First to Post Answer
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
What are fillers? What is the actual use of fillers? With mall/simple example?
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 to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
Define perform? And its types?
What is redefine?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
can i anyone tell me how to use copybooks in cobol
what is the difference between comp & comp-3?
Explain how to update data area in cobol 400 program?
What is the actual use of fillers?
Code how to read 5th element of the array?