Explain the syntax of redefine?
No Answer is Posted For this Question
Be the First to Post Answer
Define perform? And its types?
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 the input procedure and output procedure?
Explain the difference between section, paragraph and sentences?
Deleting a record from a Sequential file.
Explain the difference between search and searchall?
define sort? and its syntax?
What is perform?
why icetool be used in programmer view?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
can i anyone tell me how to use copybooks in cobol
What are fillers? What is the actual use of fillers? With mall/simple example?