Define sort?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What is perform?
Explain the syntax of sort?
Explain what all the conditiones required for using open opcode on a file?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
How we can update data area in cobol 400 program?
What is the syntax of redefine?
what is the difference between comp & comp-3?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
what is the difference between SEARCH and SEARCHALL?
What is the actual use of fillers?