seqence numbers in cobol
No Answer is Posted For this Question
Be the First to Post Answer
How to detect record is locked in cobol/400? What is the solution for that?
What is the syntax of sort?
Explain how to detect record is locked in cobol/400? What is the solution for that?
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
why icetool be used in programmer view?
what is redefine and its syntax?
What is redefine?
what is the cobol compiler?
What is sort?
Define redefine and its syntax?
Code how to read 5th element of the array?
What is sort? And its syntax?