How COBOL helps Mainframe to maintain large records ???
Answer / jay
By using Redefine, Rename, 88 conditions , COMP based data storage,
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to detect record is locked in cobol/400? What is the solution for that?
what is redefine and its syntax?
What is input 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?
Explain the syntax of redefine?
What is the syntax of redefine?
What are fillers? What is the actual use of fillers? With mall/simple example?
How to detect record is locked in cobol/400?
What is output procedure?
how array can be declare in cobol?
What is perform?