What is output procedure?
No Answer is Posted For this Question
Be the First to Post Answer
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
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
How to update data area in cobol 400 program?
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
what is the difference between comp & comp-3?
Can we open close file in COBOL any number of times?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
What is sort? And its syntax?
What is perform?
What are fillers?
why icetool be used in programmer view?
What is the actual use of fillers?