Define sort?
No Answer is Posted For this Question
Be the First to Post Answer
What is the syntax of redefine?
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
what is the cobol compiler?
Explain how to detect record is locked in cobol/400? What is the solution for that?
What is the actual use of fillers?
Define redefine and its syntax?
define sort? and its syntax?
Code how to read 5th element of the array?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
What are fillers?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
How we create file in COBAL400