What is output procedure?
No Answer is Posted For this Question
Be the First to Post Answer
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
Define redefine?
how array can be declare in cobol?
Explain the output procedure?
What is sort? And its syntax?
When search all is used in cobol program without sorted input data
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
Define perform? And its types?
Define perform?
write a cobol program to display prime numbers between 1 to 100?
Arrays in COBOL/400
What is the syntax of redefine?