What is sort?
No Answer is Posted For this Question
Be the First to Post Answer
What is redefine?
Define redefine and its syntax?
Explain the output 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
Define perform? And its types?
what is PERFORM? and its types?
What is the actual use of fillers?
What is sort?
seqence numbers in cobol
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
Explain the input procedure?
Define perform?