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
Answer Posted / mithun paul
1. Start the DB file with field1 and field2.
2. Read the DB file next record and increase the counter
value.
3. End the process, when end of file reached.
Mithun Paul
KMG Infotech Ltd., Kolkata
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is perform?
What is the syntax of sort?
Explain what all the conditiones required for using open opcode on a file?
Explain the output procedure?
Define perform? And its types?
Explain the difference between section, paragraph and sentences?
What is output procedure?
Define redefine and its syntax?
Explain the difference between comp & comp-3?
What are fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What is the syntax of redefine?
Explain the input procedure and output procedure?
What are the types of perform?
Explain the difference between search and searchall?