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
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.
4. Move the counter value to Copybook field.
Mithun Paul
KMG Infotech Ltd., Kolkata
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
seqence numbers in cobol
Explain what all the conditiones required for using open opcode on a file?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Explain the input procedure and output procedure?
What is redefine?
Define redefine and its syntax?
Explain the input procedure?
What is comp?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What are the types of perform?
Explain the syntax of sort?
Define sort?
What is sort?
Define redefine?
Explain the types of perform?