Explain the output procedure?
No Answer is Posted For this Question
Be the First to Post Answer
How COBOL helps Mainframe to maintain large records ???
What is sort?
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
What is redefine?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Define redefine?
Define perform?
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
Deleting a record from a Sequential file.
can i anyone tell me how to use copybooks in cobol
Explain the types of perform?
What are fillers? What is the actual use of fillers? With mall/simple example?