Define redefine?
No Answer is Posted For this Question
Be the First to Post Answer
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
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 what all the conditiones required for using open opcode on a file?
How to update data area in cobol 400 program?
Explain the difference between section, paragraph and sentences?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
can i anyone tell me how to use copybooks in cobol
Define redefine and its syntax?
Explain the difference between comp & comp-3?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Explain the difference between search and searchall?
It's possible use %TRIM statement like rpgile?